BluetoothPbapClient
主要實作電話簿下載下傳
電話号碼簿通路協定(Phonebook Access Profile)
BluetoothPbapClient初始化
// 初始化
BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, mProfileListener, BluetoothProfile.PBAP_CLIENT);
//還要實作BluetoothProfile.ServiceListener接口,在onServiceConnected中擷取BluetoothPbapClient對象