HomeSort by relevance Sort by last modified time
    Searched refs:tMCA_DL (Results 1 - 8 of 8) sorted by null

  /system/bt/stack/include/
mca_api.h 94 typedef uint16_t tMCA_DL; /* the handle for the data channel. This is reported
100 typedef void(tMCA_DATA_CBACK)(tMCA_DL mdl, BT_HDR* p_pkt);
181 tMCA_DL mdl; /* The handle for the data channel */
188 tMCA_DL mdl; /* The handle for the data channel */
195 tMCA_DL mdl; /* The handle for the data channel */
365 * identified as tMCA_DL.
384 * identified as tMCA_DL.
404 extern tMCA_RESULT MCA_CloseReq(tMCA_DL mdl);
448 * identified as tMCA_DL.
501 extern tMCA_RESULT MCA_WriteReq(tMCA_DL mdl, BT_HDR* p_pkt)
    [all...]
  /system/bt/stack/mcap/
mca_int.h 52 tMCA_DL dcb_idx; /* For internal use only */
124 /* tMCA_DL dcb_idx; For internal use only */
180 tMCA_DL cb_idx; /* 1-based index to ccb or dcb */
307 extern tMCA_DL mca_dcb_to_hdl(tMCA_DCB* p_dcb);
308 extern tMCA_DCB* mca_dcb_by_hdl(tMCA_DL hdl);
mca_dsm.cc 240 * Description Convert a pointer to a DCB to a handle (tMCA_DL).
243 * Returns tMCA_DL.
246 tMCA_DL mca_dcb_to_hdl(tMCA_DCB* p_dcb) {
254 * Description This function finds the DCB for a handle (tMCA_DL).
261 tMCA_DCB* mca_dcb_by_hdl(tMCA_DL hdl) {
mca_api.cc 381 * identified as tMCA_DL.
453 * is reported. This data channel is identified as tMCA_DL.
519 tMCA_RESULT MCA_CloseReq(tMCA_DL mdl) {
659 * identified as tMCA_DL.
795 tMCA_RESULT MCA_WriteReq(tMCA_DL mdl, BT_HDR* p_pkt) {
822 uint16_t MCA_GetL2CapChannel(tMCA_DL mdl) {
  /system/bt/bta/hl/
bta_hl_act.cc 189 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) != MCA_SUCCESS) {
218 if (MCA_WriteReq((tMCA_DL)p_dcb->mdl_handle,
392 result = MCA_WriteReq((tMCA_DL)p_dcb->mdl_handle, p_dcb->p_tx_pkt);
701 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) == MCA_SUCCESS) {
790 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) == MCA_SUCCESS) {
870 if (MCA_WriteReq((tMCA_DL)p_dcb->mdl_handle, p_dcb->p_echo_tx_pkt) !=
887 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle) == MCA_SUCCESS) {
    [all...]
bta_hl_int.h 674 extern void bta_hl_mcap_data_cback(tMCA_DL mdl, BT_HDR* p_pkt);
    [all...]
bta_hl_utils.cc     [all...]
  /system/bt/bta/include/
bta_hl_api.h 146 typedef tMCA_DL tBTA_HL_MDL_HANDLE;

Completed in 840 milliseconds