Searched defs:gatt_iface (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/ |
D | low_energy_client.cpp | 566 hal::BluetoothGattInterface* gatt_iface, in ScanResultCallback() 587 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in ConnectCallback() 608 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback() 627 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in MtuChangedCallback() 652 hal::BluetoothGattInterface* gatt_iface, in MultiAdvEnableCallback() 676 hal::BluetoothGattInterface* gatt_iface, in MultiAdvDataCallback() 722 hal::BluetoothGattInterface* gatt_iface, in SetAdvertiseData() 777 hal::BluetoothGattInterface* gatt_iface) { in HandleDeferredAdvertiseData() 864 hal::BluetoothGattInterface* gatt_iface, in RegisterClientCallback()
|
D | gatt_server.cpp | 498 hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback() 533 hal::BluetoothGattInterface* gatt_iface, in CharacteristicAddedCallback() 566 hal::BluetoothGattInterface* gatt_iface, in DescriptorAddedCallback() 599 hal::BluetoothGattInterface* gatt_iface, in ServiceStartedCallback() 843 void GattServer::HandleNextEntry(hal::BluetoothGattInterface* gatt_iface) { in HandleNextEntry() 991 hal::BluetoothGattInterface* gatt_iface, in RegisterServerCallback()
|
/system/bt/service/client/ |
D | main.cpp | 408 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); in HandleRegisterGATT() local 427 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); in HandleUnregisterGATT() local
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cpp | 538 const btgatt_interface_t* gatt_iface = in Initialize() local
|