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

  /system/bt/btif/include/
btif_gatt.h 30 extern const btgatt_client_interface_t btgattClientInterface;
  /hardware/libhardware/include/hardware/
bt_gatt.h 58 const btgatt_client_interface_t* client;
bt_gatt_client.h 293 } btgatt_client_interface_t; typedef in typeref:struct:__anon41060
  /system/bt/test/suite/gatt/
gatt_test.h 38 const btgatt_client_interface_t* gatt_client_interface();
101 const btgatt_client_interface_t* gatt_client_interface_;
gatt_test.cc 85 const btgatt_client_interface_t* GattTest::gatt_client_interface() {
  /system/bt/service/
gatt_client.cc 67 const btgatt_client_interface_t* hal_iface =
low_energy_client.cc 219 const btgatt_client_interface_t* hal_iface =
  /system/bt/service/hal/
bluetooth_gatt_interface.h 231 // Upper layers can make btgatt_client_interface_t API calls through this
233 virtual const btgatt_client_interface_t* GetClientHALInterface() const = 0;
fake_bluetooth_gatt_interface.h 135 const btgatt_client_interface_t* GetClientHALInterface() const override;
fake_bluetooth_gatt_interface.cc 103 btgatt_client_interface_t fake_btgattc_iface = {
314 const btgatt_client_interface_t*
bluetooth_gatt_interface.cc 477 const btgatt_client_interface_t* GetClientHALInterface() const override {
  /system/bt/btif/src/
btif_gatt_client.cc 615 const btgatt_client_interface_t btgattClientInterface = {

Completed in 412 milliseconds