Searched refs:hdl (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_scb.cc | 889 AvdtpScb* avdt_scb_by_hdl(uint8_t hdl) { in avdt_scb_by_hdl() argument 891 if ((hdl < 1) || (hdl > AVDT_NUM_LINKS * AVDT_NUM_SEPS)) { in avdt_scb_by_hdl() 892 AVDT_TRACE_WARNING("%s: SCB handle %d out of range", __func__, hdl); in avdt_scb_by_hdl() 896 uint8_t index = hdl - 1; in avdt_scb_by_hdl() 903 AVDT_TRACE_WARNING("%s: SCB handle %d not allocated", __func__, hdl); in avdt_scb_by_hdl() 908 __func__, hdl, p_scb, p_scb->stream_config.scb_index); in avdt_scb_by_hdl()
|
D | avdt_scb_act.cc | 758 uint8_t hdl = avdt_scb_to_hdl(p_scb); in avdt_scb_hdl_tc_close() local 792 (*p_avdt_ctrl_cback)(hdl, remote_addr, event, &avdt_ctrl, scb_index); in avdt_scb_hdl_tc_close()
|
D | avdt_int.h | 872 extern AvdtpScb* avdt_scb_by_hdl(uint8_t hdl);
|
/system/bt/bta/hh/ |
D | bta_hh_act.cc | 181 uint8_t hdl = 0; in bta_hh_sdp_cback() local 200 if (HID_HostAddDev(p_cb->addr, attr_mask, &hdl) == HID_SUCCESS) { in bta_hh_sdp_cback() 203 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_sdp_cback() 208 hdl = p_cb->hid_handle; in bta_hh_sdp_cback() 215 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, &sdp_rec->dscp_info, in bta_hh_sdp_cback() 313 uint8_t hdl; in bta_hh_start_sdp() local 333 if (HID_HostAddDev(p_cb->addr, p_cb->attr_mask, &hdl) == HID_SUCCESS) { in bta_hh_start_sdp() 335 bta_hh_add_device_to_list(p_cb, hdl, p_cb->attr_mask, NULL, in bta_hh_start_sdp() 340 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_start_sdp()
|
/system/bt/hci/src/ |
D | packet_fragmenter.cc | 151 BT_HDR* hdl = map_iter->second; in reassemble_and_dispatch() local 153 buffer_allocator->free(hdl); in reassemble_and_dispatch()
|