Home
last modified time | relevance | path

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

/system/bt/test/suite/gatt/
Dgatt_test.cc94 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterClientCallback()
102 bluetooth::hal::BluetoothGattInterface* /* unused */, in ScanResultCallback()
109 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterServerCallback()
117 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceAddedCallback()
126 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceStoppedCallback()
135 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceDeletedCallback()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc567 BluetoothGattInterface* /* gatt_iface */, const bt_bdaddr_t& /* 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.cc249 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int server_id, in ConnectionCallback()
335 hal::BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceStoppedCallback()
341 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadCharacteristicCallback()
374 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadDescriptorCallback()
408 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteCharacteristicCallback()
447 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteDescriptorCallback()
486 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestExecWriteCallback()
519 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()