Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c636 tBTA_HF_CLIENT_NUMBER *evt; in bta_hf_client_clip()
638 if ((evt = osi_calloc(sizeof(tBTA_HF_CLIENT_NUMBER))) != NULL) { in bta_hf_client_clip()
661 tBTA_HF_CLIENT_NUMBER *evt; in bta_hf_client_ccwa()
663 if ((evt = osi_calloc(sizeof(tBTA_HF_CLIENT_NUMBER))) != NULL) { in bta_hf_client_ccwa()
769 tBTA_HF_CLIENT_NUMBER *evt; in bta_hf_client_binp()
771 if ((evt = osi_calloc(sizeof(tBTA_HF_CLIENT_NUMBER))) != NULL) { in bta_hf_client_binp()
Dbta_hf_client_api.c55 sizeof(tBTA_HF_CLIENT_NUMBER), // #define BTA_HF_CLIENT_CLIP_EVT 13
56 sizeof(tBTA_HF_CLIENT_NUMBER), // #define BTA_HF_CLIENT_CCWA_EVT 14
62 sizeof(tBTA_HF_CLIENT_NUMBER), // #define BTA_HF_CLIENT_BINP_EVT 20
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h208 } tBTA_HF_CLIENT_NUMBER; typedef
257 tBTA_HF_CLIENT_NUMBER number;