Xiaomi In-Ear Headphones Type C - White - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi In-Ear Headphones Type C - White

SKU: BHR8931GL
R 119.00
In Stock

The Xiaomi Type-C Earphones offer a seamless audio experience with a Type-C connector for instant plug-and-play functionality. Designed to ensure high-quality audio transmission, these earphones immerse you in clear, vivid sound. Equipped with a 12.4mm large driver and professionally tuned sound...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The Xiaomi Type-C Earphones offer a seamless audio experience with a Type-C connector for instant plug-and-play functionality. Designed to ensure high-quality audio transmission, these earphones immerse you in clear, vivid sound. Equipped with a 12.4mm large driver and professionally tuned sound effects, they deliver pure, detailed audio for an exceptional listening experience. Whether enjoying music or making calls, the built-in HD microphone with digital noise cancellation reduces ambient noise, ensuring crisp, clear conversations that feel like face-to-face interactions.

With a classic black design and an ergonomic, lightweight form, these earphones combine style with comfort, making them perfect for extended wear. The oval three-button wire control allows for effortless operation, enabling you to adjust volume, skip tracks, or answer calls with ease. The durable TPE cable is soft, tangle-free, and resistant to wear and stretching, ensuring long-term reliability and hassle-free storage. Additionally, the earphones boast an IP54 dust and water resistance rating, offering peace of mind in light rain or during intense workouts.

The Xiaomi Type-C Earphones are the perfect blend of functionality and sophistication, delivering high-quality sound and comfort in a sleek package. Whether you're listening to your favourite tunes or taking calls on the go, these earphones are designed to meet your everyday audio needs with style and durability.

FEATURES:

  • Type-C port Plug and play
  • High-quality sound 12.4mm driver
  • Clear calls HD microphone
  • Comfortable feel Ergonomic design
  • Three-button wire control Convenient operation
  • IP54 dust and water resistant

SPECIFICATIONS:

  • Product form: In-ear
  • Cable material: TPE
  • Cable length: 1.25m
  • Sensitivity of speaker: ≥108dB SPL@3mW 1000Hz
  • Speaker impedance: 32Ω
  • Colour: White
  • Weight of earphones: 13.5g

WHAT’S IN THE BOX:

  • Xiaomi Type-C Earphones - White x1
  • User manual x1
Brand Xiaomi
Colour White
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Redmi Buds 8 Lite - Black
Xiaomi

Redmi Buds 8 Lite - Black

R 529.00

Only 3 left - order soon!

WINX VIBE Active 2 TWS Earbuds
WINX

WINX VIBE Active 2 TWS Earbuds

R 299.00

In Stock

Redmi Buds 8 Pro - Obsidian Black
Xiaomi

Redmi Buds 8 Pro - Obsidian Black

R 1 599.00

In Stock

UGREEN HiTune S3 Wireless Earclip Earbuds–Black
Ugreen

UGREEN HiTune S3 Wireless Earclip Earbuds–Black

R 579.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!