Searched refs:mpty (Results 1 – 6 of 6) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_act.c | 702 void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number) in bta_hf_client_clcc() argument 711 evt.clcc.mpty = mpty; in bta_hf_client_clcc()
|
D | bta_hf_client_at.c | 572 …nt_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT… in bta_hf_client_handle_clcc() argument 575 __FUNCTION__, idx, dir, status, mode, mpty); in bta_hf_client_handle_clcc() 582 bta_hf_client_clcc(idx, dir, status, mpty, numstr); in bta_hf_client_handle_clcc() 1018 UINT16 idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local 1027 &idx, &dir, &status, &mode, &mpty, &offset); in bta_hf_client_parse_clcc() 1073 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, numstr, type); in bta_hf_client_parse_clcc() 1078 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, NULL, 0); in bta_hf_client_parse_clcc()
|
D | bta_hf_client_int.h | 288 extern void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *numb…
|
/system/bt/bta/include/ |
D | bta_hf_client_api.h | 212 BOOLEAN mpty; member
|
/system/bt/btif/src/ |
D | btif_hf.c | 1194 bthf_call_mpty_type_t mpty, const char *number, in clcc_response() argument 1224 index, dir, state, mode, mpty); in clcc_response()
|
D | btif_hf_client.c | 849 … p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI : BTHF_CLIENT_CALL_MPTY_TYPE_SINGLE, in btif_hf_client_upstreams_evt()
|