/system/bt/service/hal/ |
D | bluetooth_gatt_interface.h | 55 BluetoothGattInterface* gatt_iface, 60 BluetoothGattInterface* gatt_iface, 65 BluetoothGattInterface* gatt_iface, 72 BluetoothGattInterface* gatt_iface, 79 BluetoothGattInterface* gatt_iface, 84 BluetoothGattInterface* gatt_iface, 88 BluetoothGattInterface* gatt_iface, 92 BluetoothGattInterface* gatt_iface, 96 BluetoothGattInterface* gatt_iface, 100 BluetoothGattInterface* gatt_iface, [all …]
|
D | bluetooth_gatt_interface.cpp | 538 const btgatt_interface_t* gatt_iface = in Initialize() local 541 if (!gatt_iface) { in Initialize() 546 bt_status_t status = gatt_iface->init(&gatt_callbacks); in Initialize() 552 hal_iface_ = gatt_iface; in Initialize()
|
/system/bt/service/ |
D | low_energy_client.h | 151 hal::BluetoothGattInterface* gatt_iface, 155 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, 158 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, 161 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, 164 hal::BluetoothGattInterface* gatt_iface, 167 hal::BluetoothGattInterface* gatt_iface, 170 hal::BluetoothGattInterface* gatt_iface, 175 hal::BluetoothGattInterface* gatt_iface, 182 void HandleDeferredAdvertiseData(hal::BluetoothGattInterface* gatt_iface); 262 hal::BluetoothGattInterface* gatt_iface,
|
D | gatt_server.h | 258 hal::BluetoothGattInterface* gatt_iface, 263 hal::BluetoothGattInterface* gatt_iface, 268 hal::BluetoothGattInterface* gatt_iface, 274 hal::BluetoothGattInterface* gatt_iface, 280 hal::BluetoothGattInterface* gatt_iface, 284 hal::BluetoothGattInterface* gatt_iface, 288 hal::BluetoothGattInterface* gatt_iface, 294 hal::BluetoothGattInterface* gatt_iface, 300 hal::BluetoothGattInterface* gatt_iface, 304 hal::BluetoothGattInterface* gatt_iface, [all …]
|
D | low_energy_client.cpp | 566 hal::BluetoothGattInterface* gatt_iface, in ScanResultCallback() argument 587 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in ConnectCallback() argument 608 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback() argument 627 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in MtuChangedCallback() argument 652 hal::BluetoothGattInterface* gatt_iface, in MultiAdvEnableCallback() argument 672 HandleDeferredAdvertiseData(gatt_iface); in MultiAdvEnableCallback() 676 hal::BluetoothGattInterface* gatt_iface, in MultiAdvDataCallback() argument 695 HandleDeferredAdvertiseData(gatt_iface); in MultiAdvDataCallback() 722 hal::BluetoothGattInterface* gatt_iface, in SetAdvertiseData() argument 747 bt_status_t status = gatt_iface->GetClientHALInterface()-> in SetAdvertiseData() [all …]
|
D | gatt_server.cpp | 498 hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback() argument 529 HandleNextEntry(gatt_iface); in ServiceAddedCallback() 533 hal::BluetoothGattInterface* gatt_iface, in CharacteristicAddedCallback() argument 562 HandleNextEntry(gatt_iface); in CharacteristicAddedCallback() 566 hal::BluetoothGattInterface* gatt_iface, in DescriptorAddedCallback() argument 595 HandleNextEntry(gatt_iface); in DescriptorAddedCallback() 599 hal::BluetoothGattInterface* gatt_iface, in ServiceStartedCallback() argument 617 gatt_iface->GetServerHALInterface()->delete_service( in ServiceStartedCallback() 843 void GattServer::HandleNextEntry(hal::BluetoothGattInterface* gatt_iface) { in HandleNextEntry() argument 845 CHECK(gatt_iface); in HandleNextEntry() [all …]
|
D | gatt_client.h | 73 hal::BluetoothGattInterface* gatt_iface,
|
/system/bt/service/client/ |
D | main.cpp | 408 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); in HandleRegisterGATT() local 409 if (!gatt_iface.get()) { in HandleRegisterGATT() 414 bool status = gatt_iface->RegisterClient(new CLIGattClientCallback()); in HandleRegisterGATT() 427 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); in HandleUnregisterGATT() local 428 if (!gatt_iface.get()) { in HandleUnregisterGATT() 433 gatt_iface->UnregisterClient(gatt_client_id.load()); in HandleUnregisterGATT()
|