Searched refs:logConnectionStateChanges (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 164 logConnectionStateChanges(BluetoothProfile.HEADSET, intent); 167 logConnectionStateChanges(BluetoothProfile.A2DP, intent); 170 logConnectionStateChanges(BluetoothProfile.HEADSET_CLIENT, intent); 173 logConnectionStateChanges(BluetoothProfile.HEARING_AID, intent); 176 logConnectionStateChanges(BluetoothProfile.A2DP_SINK, intent); 179 logConnectionStateChanges(BluetoothProfile.HID_DEVICE, intent); 182 logConnectionStateChanges(BluetoothProfile.HID_HOST, intent); 185 logConnectionStateChanges(BluetoothProfile.AVRCP_CONTROLLER, intent); 188 logConnectionStateChanges(BluetoothProfile.PAN, intent); 191 logConnectionStateChanges(BluetoothProfile.MAP, intent); [all …]
|