Searched refs:s_AppIf (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | gatt_fuzzer.cc | 148 static tGATT_IF s_AppIf; variable 152 s_AppIf = 0; in GattInit() 178 s_AppIf = GATT_Register(app_uuid, "Gap", &gap_cback, false); in GattInit() 179 GATT_StartIf(s_AppIf); in GattInit() 216 (void)GATTS_AddService(s_AppIf, service, in ServerInit() 221 GATT_Deregister(s_AppIf); in ServerCleanup() 244 (void)GATT_Connect(s_AppIf, kDummyAddr, BTM_BLE_DIRECT_CONNECTION, in ClientInit() 249 (void)GATT_CancelConnect(s_AppIf, kDummyAddr, true); in ClientCleanup() 250 GATT_Deregister(s_AppIf); in ClientCleanup()
|