Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc519 if (bta_dm_discovery_cb.client_if != BTA_GATTS_INVALID_IF) { in bta_dm_gattc_register()
536 bta_dm_discovery_cb.client_if = BTA_GATTS_INVALID_IF; in bta_dm_gattc_register()
Dbta_dm_disc_legacy.cc1771 if (bta_dm_search_cb.client_if != BTA_GATTS_INVALID_IF) { in bta_dm_gattc_register()
1791 bta_dm_search_cb.client_if = BTA_GATTS_INVALID_IF; in bta_dm_gattc_register()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h329 #define BTA_GATTS_INVALID_IF 0 macro
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc200 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF; in bta_gatts_register()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc183 bta_hh_cb.gatt_if = BTA_GATTS_INVALID_IF; in bta_hh_le_enable()
197 bta_hh_cb.gatt_if = BTA_GATTS_INVALID_IF; in bta_hh_le_enable()
Dbta_hh_act.cc181 if (bta_hh_cb.gatt_if != BTA_GATTS_INVALID_IF) { in bta_hh_disc_cmpl()