Home
last modified time | relevance | path

Searched refs:sendConnectionStateChange (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java141 sendConnectionStateChange(BluetoothProfile.HEADSET, intent);
144 sendConnectionStateChange(BluetoothProfile.A2DP, intent);
147 sendConnectionStateChange(BluetoothProfile.HEADSET_CLIENT, intent);
150 sendConnectionStateChange(BluetoothProfile.HEARING_AID, intent);
153 sendConnectionStateChange(BluetoothProfile.A2DP_SINK, intent);
156 sendConnectionStateChange(BluetoothProfile.HID_DEVICE, intent);
159 sendConnectionStateChange(BluetoothProfile.HID_HOST, intent);
162 sendConnectionStateChange(BluetoothProfile.AVRCP_CONTROLLER, intent);
165 sendConnectionStateChange(BluetoothProfile.PAN, intent);
168 sendConnectionStateChange(BluetoothProfile.MAP, intent);
[all …]