Searched refs:hdl (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/mcap/
H A Dmca_dsm.c305 tMCA_DCB *mca_dcb_by_hdl(tMCA_DL hdl) argument
308 if (hdl && hdl <= MCA_NUM_DCBS && mca_cb.dcb[hdl-1].state)
309 p_dcb = &mca_cb.dcb[hdl-1];
H A Dmca_int.h292 extern tMCA_DCB *mca_dcb_by_hdl(tMCA_DL hdl);
/system/bt/stack/avdt/
H A Davdt_scb.c532 AVDT_TRACE_EVENT("SCB hdl=%d event=%d/%s state=%s", avdt_scb_to_hdl(p_scb), event, avdt_scb_evt_str[event], avdt_scb_st_str[p_scb->state]);
619 AVDT_TRACE_DEBUG("avdt_scb_alloc hdl=%d, psc_mask:0x%x", i+1, p_cs->cfg.psc_mask);
648 AVDT_TRACE_DEBUG("avdt_scb_dealloc hdl=%d", avdt_scb_to_hdl(p_scb));
685 tAVDT_SCB *avdt_scb_by_hdl(UINT8 hdl) argument
690 if ((hdl > 0) && (hdl <= AVDT_NUM_SEPS))
692 p_scb = &avdt_cb.scb[hdl - 1];
698 AVDT_TRACE_WARNING("scb hdl %d not allocated", hdl);
704 AVDT_TRACE_WARNING("scb hdl
[all...]
H A Davdt_int.h614 extern tAVDT_SCB *avdt_scb_by_hdl(UINT8 hdl);
H A Davdt_scb_act.c1004 UINT8 hdl = avdt_scb_to_hdl(p_scb); local
1041 (*p_ctrl_cback)(hdl, remote_addr, event, &avdt_ctrl);
/system/bt/bta/hh/
H A Dbta_hh_act.c192 UINT8 hdl = 0; local
215 if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS)
219 bta_hh_cb.cb_index[hdl] = p_cb->index;
228 hdl = p_cb->hid_handle;
235 bta_hh_add_device_to_list(p_cb, hdl, attr_mask,
341 UINT8 hdl; local
364 if (HID_HostAddDev (p_cb->addr, p_cb->attr_mask, &hdl) \
368 bta_hh_add_device_to_list(p_cb, hdl, p_cb->attr_mask, NULL,
374 bta_hh_cb.cb_index[hdl] = p_cb->index;

Completed in 113 milliseconds