Home
last modified time | relevance | path

Searched defs:BluetoothGattInterface (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/suite/gatt/
Dgatt_test.cc93 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterClientCallback()
101 bluetooth::hal::BluetoothGattInterface* /* unused */, const RawAddress& bda, in ScanResultCallback()
108 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterServerCallback()
116 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceAddedCallback()
125 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceStoppedCallback()
134 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceDeletedCallback()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc567 BluetoothGattInterface* /* gatt_iface */, const RawAddress& /* bda */, in ScanResultCallback() argument
574 BluetoothGattInterface* /* gatt_iface */, int /* status */, in RegisterClientCallback() argument
580 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ConnectCallback() argument
586 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in DisconnectCallback() argument
592 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in SearchCompleteCallback() argument
598 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RegisterForNotificationCallback() argument
604 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in NotifyCallback() argument
610 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in WriteCharacteristicCallback() argument
616 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in WriteDescriptorCallback() argument
622 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in MtuChangedCallback() argument
[all …]
/system/bt/service/
Dgatt_server.cc246 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int server_id, in ConnectionCallback()
332 hal::BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceStoppedCallback()
338 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadCharacteristicCallback()
371 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadDescriptorCallback()
405 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteCharacteristicCallback()
444 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteDescriptorCallback()
483 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestExecWriteCallback()
516 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int status) { in IndicationSentCallback()
Dgatt_client.cc79 hal::BluetoothGattInterface* /* gatt_iface */, int status, int client_id, in RegisterClientCallback()