/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_act.c | 707 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()
|
D | bta_hf_client_at.c | 545 …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/ |
D | btc_hf_ag.h | 144 esp_hf_current_call_mpty_type_t mpty; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hf_client_api.h | 221 BOOLEAN mpty; member
|
D | bta_ag_api.h | 400 BOOLEAN mpty; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_client_api.h | 215 esp_hf_current_call_mpty_type_t mpty; /*!< multi-party flag */ member
|
D | esp_hf_ag_api.h | 551 … 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/ |
D | esp_hf_ag_api.c | 342 … 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/ |
D | bta_hf_client_int.h | 305 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/ |
D | btc_hf_client.c | 1031 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/ |
D | btc_hf_ag.c | 644 … 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()
|