Home
last modified time | relevance | path

Searched refs:gatt_iface (Results 1 – 8 of 8) sorted by relevance

/system/bt/service/hal/
Dbluetooth_gatt_interface.h55 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 …]
Dbluetooth_gatt_interface.cpp538 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/
Dlow_energy_client.h151 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,
Dgatt_server.h258 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 …]
Dlow_energy_client.cpp566 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 …]
Dgatt_server.cpp498 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 …]
Dgatt_client.h73 hal::BluetoothGattInterface* gatt_iface,
/system/bt/service/client/
Dmain.cpp408 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()