Searched refs:hdl (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_act.cc | 186 uint8_t hdl = 0; in bta_hh_sdp_cback() local 203 if (HID_HostAddDev(p_cb->addr, attr_mask, &hdl) == HID_SUCCESS) { in bta_hh_sdp_cback() 206 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_sdp_cback() 211 hdl = p_cb->hid_handle; in bta_hh_sdp_cback() 218 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, &sdp_rec->dscp_info, in bta_hh_sdp_cback() 312 uint8_t hdl; in bta_hh_start_sdp() local 328 if (HID_HostAddDev(p_cb->addr, p_cb->attr_mask, &hdl) == HID_SUCCESS) { in bta_hh_start_sdp() 330 bta_hh_add_device_to_list(p_cb, hdl, p_cb->attr_mask, NULL, in bta_hh_start_sdp() 335 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_start_sdp()
|
/system/bt/stack/avdt/ |
D | avdt_scb.cc | 919 AvdtpScb* avdt_scb_by_hdl(uint8_t hdl) { in avdt_scb_by_hdl() argument 921 if ((hdl < 1) || (hdl > AVDT_NUM_LINKS * AVDT_NUM_SEPS)) { in avdt_scb_by_hdl() 922 AVDT_TRACE_WARNING("%s: SCB handle %d out of range", __func__, hdl); in avdt_scb_by_hdl() 926 uint8_t index = hdl - 1; in avdt_scb_by_hdl() 933 AVDT_TRACE_WARNING("%s: SCB handle %d not allocated", __func__, hdl); in avdt_scb_by_hdl() 938 __func__, hdl, p_scb, p_scb->stream_config.scb_index); in avdt_scb_by_hdl()
|
D | avdt_scb_act.cc | 794 uint8_t hdl = avdt_scb_to_hdl(p_scb); in avdt_scb_hdl_tc_close() local 828 (*p_avdt_ctrl_cback)(hdl, remote_addr, event, &avdt_ctrl, scb_index); in avdt_scb_hdl_tc_close()
|
D | avdt_int.h | 862 extern AvdtpScb* avdt_scb_by_hdl(uint8_t hdl);
|
/system/bt/hci/src/ |
D | packet_fragmenter.cc | 213 BT_HDR* hdl = map_iter->second; in reassemble_and_dispatch_iso() local 215 buffer_allocator->free(hdl); in reassemble_and_dispatch_iso() 398 BT_HDR* hdl = map_iter->second; in reassemble_and_dispatch() local 400 buffer_allocator->free(hdl); in reassemble_and_dispatch()
|