Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_gatt.cc77 static btgatt_interface_t btgattInterface = { variable
78 .size = 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()