Searched refs:tMCA_RESULT (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | mca_api.h | 48 typedef UINT8 tMCA_RESULT; typedef 291 extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs); 306 extern tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep); 324 extern tMCA_RESULT MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr, 341 extern tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl); 358 extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, 376 extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, 391 extern tMCA_RESULT MCA_CloseReq(tMCA_DL mdl); 406 extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, 422 extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, [all …]
|
/system/bt/stack/mcap/ |
D | mca_api.c | 215 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs) in MCA_CreateDep() 217 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_CreateDep() 285 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) in MCA_DeleteDep() 287 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_DeleteDep() 333 tMCA_RESULT MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr, in MCA_ConnectReq() 336 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_ConnectReq() 389 tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl) in MCA_DisconnectReq() 391 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_DisconnectReq() 421 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, in MCA_CreateMdl() 425 tMCA_RESULT result = MCA_BAD_HANDLE; in MCA_CreateMdl() [all …]
|
D | mca_cact.c | 459 tMCA_RESULT result = MCA_BAD_HANDLE; in mca_ccb_hdl_rsp()
|
/system/bt/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()
|