Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_act.c235 status = BTA_GATT_NO_RESOURCES; in bta_gatts_register()
249 status = BTA_GATT_NO_RESOURCES; in bta_gatts_register()
256 status = BTA_GATT_NO_RESOURCES; in bta_gatts_register()
Dbta_gattc_act.c191 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
196 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
234 status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
361 BTA_GATT_NO_RESOURCES, in bta_gattc_process_api_open()
563 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_init_bk_conn()
Dbta_gattc_api.c943 status = BTA_GATT_NO_RESOURCES; in BTA_GATTC_RegisterForNotifications()
/system/bt/bta/include/
Dbta_gatt_api.h80 #define BTA_GATT_NO_RESOURCES GATT_NO_RESOURCES /* 0x80 */ macro