Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c86 evt.status = BTA_HF_CLIENT_SUCCESS; in bta_hf_client_register()
251 bta_hf_client_cback_open(NULL, BTA_HF_CLIENT_SUCCESS); in bta_hf_client_rfc_open()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h121 #define BTA_HF_CLIENT_SUCCESS 0 /* Connection successfully opened */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c881 if (p_data->open.status == BTA_HF_CLIENT_SUCCESS) in btc_hf_client_cb_handler()
915 if (p_data->open.status != BTA_HF_CLIENT_SUCCESS) { in btc_hf_client_cb_handler()