Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hl_api.h118 #define BTA_HL_STATUS_DUPLICATE_APP_ID 5 macro
/system/bt/bta/hl/
Dbta_hl_main.cc621 if ((status != BTA_HL_STATUS_DUPLICATE_APP_ID) && in bta_hl_api_update()
695 status = BTA_HL_STATUS_DUPLICATE_APP_ID; in bta_hl_api_register()
700 if ((status != BTA_HL_STATUS_DUPLICATE_APP_ID) && in bta_hl_api_register()
Dbta_hl_utils.cc2907 case BTA_HL_STATUS_DUPLICATE_APP_ID: in bta_hl_status_code()