HomeSort by relevance Sort by last modified time
    Searched refs:gatt_iface (Results 1 - 8 of 8) sorted by null

  /system/bt/service/hal/
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...]
bluetooth_gatt_interface.cpp 538 const btgatt_interface_t* gatt_iface = local
541 if (!gatt_iface) {
546 bt_status_t status = gatt_iface->init(&gatt_callbacks);
552 hal_iface_ = gatt_iface;
601 BluetoothGattInterface* /* gatt_iface */,
608 BluetoothGattInterface* /* gatt_iface */,
616 BluetoothGattInterface* /* gatt_iface */,
625 BluetoothGattInterface* /* gatt_iface */,
634 BluetoothGattInterface* /* gatt_iface */,
641 BluetoothGattInterface* /* gatt_iface */,
    [all...]
  /system/bt/service/
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,
    [all...]
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...]
gatt_client.h 73 hal::BluetoothGattInterface* gatt_iface,
low_energy_client.cpp 566 hal::BluetoothGattInterface* gatt_iface,
587 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
608 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
627 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
652 hal::BluetoothGattInterface* gatt_iface,
672 HandleDeferredAdvertiseData(gatt_iface);
676 hal::BluetoothGattInterface* gatt_iface,
695 HandleDeferredAdvertiseData(gatt_iface);
699 hal::BluetoothGattInterface* /* gatt_iface */,
722 hal::BluetoothGattInterface* gatt_iface,
    [all...]
gatt_server.cpp 449 hal::BluetoothGattInterface* /* gatt_iface */,
498 hal::BluetoothGattInterface* gatt_iface,
529 HandleNextEntry(gatt_iface);
533 hal::BluetoothGattInterface* gatt_iface,
562 HandleNextEntry(gatt_iface);
566 hal::BluetoothGattInterface* gatt_iface,
595 HandleNextEntry(gatt_iface);
599 hal::BluetoothGattInterface* gatt_iface,
617 gatt_iface->GetServerHALInterface()->delete_service(
627 hal::BluetoothGattInterface* /* gatt_iface */,
    [all...]
  /system/bt/service/client/
main.cpp 408 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); local
409 if (!gatt_iface.get()) {
414 bool status = gatt_iface->RegisterClient(new CLIGattClientCallback());
427 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); local
428 if (!gatt_iface.get()) {
433 gatt_iface->UnregisterClient(gatt_client_id.load());

Completed in 58 milliseconds