android -- 藍牙 bluetooth (五)接電話與聽音樂 - balmy的專欄 - 博客頻道 - CSDN.NET
/* package */ void connectBluetoothAudio() { if (VDBG) log("connectBluetoothAudio()..."); if (mBluetoothHeadset != null) { // TODO(BT) check return mBluetoothHeadset.connectAudio(); } // Watch out: The bluetooth connection ...
blog.csdn.net |