Home
last modified time | relevance | path

Searched refs:mpty (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c707 void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number) in bta_hf_client_clcc() argument
715 evt->mpty = mpty; in bta_hf_client_clcc()
Dbta_hf_client_at.c545 …nt_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT… in bta_hf_client_handle_clcc() argument
548 __FUNCTION__, idx, dir, status, mode, mpty); in bta_hf_client_handle_clcc()
554 bta_hf_client_clcc(idx, dir, status, mpty, numstr); in bta_hf_client_handle_clcc()
969 UINT16 idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local
977 &idx, &dir, &status, &mode, &mpty, &offset); in bta_hf_client_parse_clcc()
1027 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, numstr, type); in bta_hf_client_parse_clcc()
1030 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, NULL, 0); in bta_hf_client_parse_clcc()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_ag.h144 esp_hf_current_call_mpty_type_t mpty; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h221 BOOLEAN mpty; member
Dbta_ag_api.h400 BOOLEAN mpty; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h215 esp_hf_current_call_mpty_type_t mpty; /*!< multi-party flag */ member
Desp_hf_ag_api.h551 … esp_hf_current_call_mpty_type_t mpty, char *number, esp_hf_call_addr_type_t type);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c342 … esp_hf_current_call_mpty_type_t mpty, char *number, esp_hf_call_addr_type_t type) in esp_hf_ag_clcc_response() argument
360 arg.clcc_rep.mpty = mpty; in esp_hf_ag_clcc_response()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h305 extern void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *numb…
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c1031 param.clcc.mpty = p_data->clcc.mpty ? ESP_HF_CURRENT_CALL_MPTY_TYPE_MULTI : in btc_hf_client_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c644 … esp_hf_current_call_mode_t mode, esp_hf_current_call_mpty_type_t mpty, in btc_hf_clcc_response() argument
658 … int loc = sprintf (ag_res.str, "%d,%d,%d,%d,%d", index, dir, current_call_state, mode, mpty); in btc_hf_clcc_response()
1209 … arg->clcc_rep.mode, arg->clcc_rep.mpty, arg->clcc_rep.number, arg->clcc_rep.type); in btc_hf_call_handler()