Searched defs:gatt_iface (Results 1 – 5 of 5) sorted by relevance
/system/bt/service/ |
D | low_energy_client.cc | 135 void LowEnergyClient::ConnectCallback(hal::BluetoothGattInterface* gatt_iface, in ConnectCallback() 156 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback() 174 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int mtu) { in MtuChangedCallback() 229 hal::BluetoothGattInterface* gatt_iface, int status, int client_id, in RegisterClientCallback()
|
D | low_energy_scanner.cc | 142 hal::BluetoothGattInterface* gatt_iface, const RawAddress& bda, int rssi, in ScanResultCallback()
|
D | gatt_server.cc | 295 void GattServer::ServiceAddedCallback(hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback() 601 hal::BluetoothGattInterface* gatt_iface, int status, int server_id, in RegisterServerCallback()
|
/system/bt/service/client/ |
D | main.cc | 594 sp<IBluetoothGattClient> gatt_iface; in HandleRegisterGATT() local 615 sp<IBluetoothGattClient> gatt_iface; in HandleUnregisterGATT() local
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 489 const btgatt_interface_t* gatt_iface = in Initialize() local
|