Searched refs:tMCA_RESULT (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/stack/include/ |
D | mca_api.h | 48 typedef UINT8 tMCA_RESULT; typedef 291 MCA_API extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs); 306 MCA_API extern tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep); 324 MCA_API extern tMCA_RESULT MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr, 341 MCA_API extern tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl); 358 MCA_API extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, 376 MCA_API extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, 391 MCA_API extern tMCA_RESULT MCA_CloseReq(tMCA_DL mdl); 406 MCA_API extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, 422 MCA_API extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, [all …]
|
/external/bluetooth/bluedroid/stack/mcap/ |
D | mca_api.c | 217 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs) in MCA_CreateDep() 219 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_CreateDep() 287 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) in MCA_DeleteDep() 289 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_DeleteDep() 335 tMCA_RESULT MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr, in MCA_ConnectReq() 338 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_ConnectReq() 391 tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl) in MCA_DisconnectReq() 393 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_DisconnectReq() 423 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, in MCA_CreateMdl() 427 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_CreateMdl() [all …]
|
D | mca_cact.c | 461 tMCA_RESULT result = MCA_BAD_HANDLE; in mca_ccb_hdl_rsp()
|
/external/bluetooth/bluedroid/bta/hl/ |
D | bta_hl_act.c | 416 tMCA_RESULT result; in bta_hl_dch_ci_get_tx_data() 1177 tMCA_RESULT mca_result; in bta_hl_dch_mca_abort() 1614 tMCA_RESULT result; in bta_hl_dch_mca_create()
|