Searched refs:GattOpContext (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 130 private Map<BluetoothDevice, List<GattOpContext>> mPendingGattOperations = new HashMap<>(); 192 private static class GattOpContext { class in TbsGatt 200 GattOpContext( in GattOpContext() method in TbsGatt.GattOpContext 219 GattOpContext( in GattOpContext() method in TbsGatt.GattOpContext 1031 private void onRejectedAuthorizationGattOperation(BluetoothDevice device, GattOpContext op) { in onRejectedAuthorizationGattOperation() 1092 private void onUnauthorizedCharRead(BluetoothDevice device, GattOpContext op) { in onUnauthorizedCharRead() 1177 private void onUnauthorizedGattOperation(BluetoothDevice device, GattOpContext op) { in onUnauthorizedGattOperation() 1236 List<GattOpContext> operations = mPendingGattOperations.get(device); in onUnauthorizedGattOperation() 1250 private void onAuthorizedGattOperation(BluetoothDevice device, GattOpContext op) { in onAuthorizedGattOperation() 1474 for (GattOpContext op : mPendingGattOperations.get(device)) { in processPendingGattOperations() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 151 private Map<BluetoothDevice, List<GattOpContext>> mPendingGattOperations = new HashMap<>(); 209 private static class GattOpContext { class in MediaControlGattService 217 GattOpContext( in GattOpContext() method in MediaControlGattService.GattOpContext 236 GattOpContext( in GattOpContext() method in MediaControlGattService.GattOpContext 452 private void onUnauthorizedCharRead(BluetoothDevice device, GattOpContext op) { in onUnauthorizedCharRead() 567 private void onUnauthorizedGattOperation(BluetoothDevice device, GattOpContext op) { in onUnauthorizedGattOperation() 639 List<GattOpContext> operations = mPendingGattOperations.get(device); in onUnauthorizedGattOperation() 653 private void onAuthorizedGattOperation(BluetoothDevice device, GattOpContext op) { in onAuthorizedGattOperation() 794 private void onRejectedAuthorizationGattOperation(BluetoothDevice device, GattOpContext op) { in onRejectedAuthorizationGattOperation() 869 for (GattOpContext op : mPendingGattOperations.get(device)) { in ProcessPendingGattOperations() [all …]
|