OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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;
/system/bt/include/hardware/
bt_gatt.h
57
const
btgatt_client_interface_t
* client;
bt_gatt_client.h
308
}
btgatt_client_interface_t
;
typedef in typeref:struct:__anon1920
/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
84
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
218
const
btgatt_client_interface_t
* hal_iface =
/system/bt/service/hal/
bluetooth_gatt_interface.h
233
// Upper layers can make
btgatt_client_interface_t
API calls through this
235
virtual const
btgatt_client_interface_t
* GetClientHALInterface() const = 0;
fake_bluetooth_gatt_interface.cc
104
btgatt_client_interface_t
fake_btgattc_iface = {
324
const
btgatt_client_interface_t
*
fake_bluetooth_gatt_interface.h
137
const
btgatt_client_interface_t
* GetClientHALInterface() const override;
bluetooth_gatt_interface.cc
475
const
btgatt_client_interface_t
* GetClientHALInterface() const override {
/system/bt/btif/src/
btif_gatt_client.cc
594
const
btgatt_client_interface_t
btgattClientInterface = {
Completed in 3781 milliseconds