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.h117 #define BTA_HL_STATUS_DUPLICATE_APP_ID 5 macro
/system/bt/bta/hl/
Dbta_hl_main.c632 if ((status != BTA_HL_STATUS_DUPLICATE_APP_ID) && in bta_hl_api_update()
716 status = BTA_HL_STATUS_DUPLICATE_APP_ID; in bta_hl_api_register()
722 if ((status != BTA_HL_STATUS_DUPLICATE_APP_ID) && in bta_hl_api_register()
Dbta_hl_utils.c3336 case BTA_HL_STATUS_DUPLICATE_APP_ID: in bta_hl_status_code()