藍芽音箱的連線和斷開

2022-05-04 04:00:11 字數 1425 閱讀 5947

藍芽掃瞄等操作的所需要許可權:

1.需要用到的類

public bluetoothadapter bluetoothadapter;

private bluetootha2dp bluetootha2dp;

2.初始化

bluetoothadapter=bluetoothadapter.getdefaultadapter();
bluetootha2dp

.getprofileproxy(mainactivity.this, mlistener, bluetoothprofile.a2dp);

3.監聽

private bluetoothprofile.servicelistener mlistener = new bluetoothprofile.servicelistener() 

}@override

public void onserviceconnected(int profile, bluetoothprofile proxy) }};

4.設定優先權

/**

* bluetooth

*/public void setpriority(bluetoothdevice device, int priority) catch (exception e)

}

5.斷開藍芽連線

public static void disconnected(bluetoothdevice device,bluetootha2dp bluetootha2dp) catch (exception e) 

}

6.配對

private void pairbluetooth(bluetoothdevice device) catch (exception e) 

}

7.連線操作

/**

* bluetooth 連線操作

*/private void connecta2dp(bluetoothdevice bluetoothdevice)

setpriority(bluetoothdevice, 100);

try catch (exception e)

}

8. 獲取當前連線的藍芽裝置

/**

* bluetooth 獲取已經連線的藍芽的資訊

*/private bluetoothdevice getbluetoothconnecteddevice() }}

} catch (exception e)

return null;

}

經典藍芽連線 藍芽音箱或藍芽耳機

生活中我們經常使用藍芽耳機來接聽 而隨著科技的進步,現在藍芽多了一種新的規範 a2dp advance audio distribution profile 可以用 44.1 khz 的 來傳輸聲音,因此現在可以使用藍芽耳機來享受音樂,接下來就來介紹如何在 android 中連線 a2dp 的藍芽裝...

藍芽音箱CE FCC是強制的嗎

ce認證類別如下 red認證與r tte認證 2014年5月22日,歐盟官方公布了新版的無線裝置指令red 2014 53 eu,該指令是基於歐盟新的ce框架決議768 2008 ec編寫的,red 2014 53 eu取代原有的歐盟無線裝置指令r tte d 1999 5 ec。自歐盟官方公布新指...

倫茨課堂 藍芽音箱應該如何選擇

人們的生活越來越追求品質和情懷,戶外運動 休閒閱讀 野營活動 而在這其中最不可替代的 就是 了,無論你的喜好是抒情 民謠還是搖滾,它都必須隨處不在。續航對於戶外休閒和運動的人來說,音箱的續航就很重要了,不能在消遣中途 掉鍊子 但對於不經常外出使用的人來說,就可以按照自己的需求來選購續航的長短,一般電...