Home
last modified time | relevance | path

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

/system/bt/bta/hl/
Dbta_hl_main.c633 (status != BTA_HL_STATUS_NO_RESOURCE)) in bta_hl_api_update()
711 status = BTA_HL_STATUS_NO_RESOURCE; in bta_hl_api_register()
723 (status != BTA_HL_STATUS_NO_RESOURCE)) in bta_hl_api_register()
822 status = BTA_HL_STATUS_NO_RESOURCE; in bta_hl_api_cch_open()
863 case BTA_HL_STATUS_NO_RESOURCE: in bta_hl_api_cch_open()
1041 status = BTA_HL_STATUS_NO_RESOURCE; in bta_hl_api_dch_open()
1075 case BTA_HL_STATUS_NO_RESOURCE: in bta_hl_api_dch_open()
1255 status = BTA_HL_STATUS_NO_RESOURCE; in bta_hl_api_dch_reconnect()
1290 case BTA_HL_STATUS_NO_RESOURCE: in bta_hl_api_dch_reconnect()
1373 status = BTA_HL_STATUS_NO_RESOURCE; in bta_hl_api_dch_echo_test()
[all …]
Dbta_hl_act.c2229 status = BTA_HL_STATUS_NO_RESOURCE; in bta_hl_init_sdp()
Dbta_hl_utils.c3332 case BTA_HL_STATUS_NO_RESOURCE: in bta_hl_status_code()
/system/bt/bta/include/
Dbta_hl_api.h115 #define BTA_HL_STATUS_NO_RESOURCE 3 macro