Searched refs:sendConnectionStateChange (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 129 sendConnectionStateChange(BluetoothProfile.HEADSET, intent); 132 sendConnectionStateChange(BluetoothProfile.A2DP, intent); 135 sendConnectionStateChange(BluetoothProfile.HEADSET_CLIENT, intent); 138 sendConnectionStateChange(BluetoothProfile.HEARING_AID, intent); 141 sendConnectionStateChange(BluetoothProfile.A2DP_SINK, intent); 144 sendConnectionStateChange(BluetoothProfile.HID_DEVICE, intent); 147 sendConnectionStateChange(BluetoothProfile.HID_HOST, intent); 150 sendConnectionStateChange(BluetoothProfile.AVRCP_CONTROLLER, intent); 153 sendConnectionStateChange(BluetoothProfile.PAN, intent); 156 sendConnectionStateChange(BluetoothProfile.MAP, intent); [all …]
|
D | AdapterService.java | 1490 public void sendConnectionStateChange(BluetoothDevice device, int profile, int state, in sendConnectionStateChange() method in AdapterService.AdapterServiceBinder 1496 service.sendConnectionStateChange(device, profile, state, prevState); in sendConnectionStateChange() 2383 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange() method in AdapterService 2390 mAdapterProperties.sendConnectionStateChange(device, profile, state, prevState); in sendConnectionStateChange()
|