Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c185 return BTA_GATT_NO_RESOURCES; in bta_gattc_init_cache()
272 return BTA_GATT_NO_RESOURCES; in bta_gattc_add_srvc_to_cache()
291 return BTA_GATT_NO_RESOURCES; in bta_gattc_add_srvc_to_cache()
331 return BTA_GATT_NO_RESOURCES; in bta_gattc_add_char_to_cache()
377 return BTA_GATT_NO_RESOURCES; in bta_gattc_add_attr_to_cache()
397 return BTA_GATT_NO_RESOURCES; in bta_gattc_add_attr_to_cache()
935 return BTA_GATT_NO_RESOURCES; in bta_gattc_sdp_service_disc()
Dbta_gatts_act.c215 status = BTA_GATT_NO_RESOURCES; in bta_gatts_register()
224 status = BTA_GATT_NO_RESOURCES; in bta_gatts_register()
229 status = BTA_GATT_NO_RESOURCES; in bta_gatts_register()
Dbta_gattc_act.c200 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
205 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
238 status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
354 BTA_GATT_NO_RESOURCES, in bta_gattc_process_api_open()
579 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_init_bk_conn()
Dbta_gattc_api.c946 status = BTA_GATT_NO_RESOURCES; in BTA_GATTC_RegisterForNotifications()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h108 #define BTA_GATT_NO_RESOURCES GATT_NO_RESOURCES /* 0x80 */ macro