Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt.cc77 static btgatt_interface_t btgattInterface = { variable
78 sizeof(btgattInterface),
102 btgattInterface.scanner = get_ble_scanner_instance(); in btif_gatt_get_interface()
103 btgattInterface.advertiser = get_ble_advertiser_instance(); in btif_gatt_get_interface()
104 return &btgattInterface; in btif_gatt_get_interface()