Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_utils.c75 return BTA_GATTS_INVALID_APP; in bta_gatts_alloc_srvc_cb()
119 return BTA_GATTS_INVALID_APP; in bta_gatts_find_app_rcb_idx_by_app_if()
Dbta_gatts_act.c322 if (rcb_idx != BTA_GATTS_INVALID_APP) { in bta_gatts_create_srvc()
323 if ((srvc_idx = bta_gatts_alloc_srvc_cb(p_cb, rcb_idx)) != BTA_GATTS_INVALID_APP) { in bta_gatts_create_srvc()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h504 #define BTA_GATTS_INVALID_APP 0xff macro