Home
last modified time | relevance | path

Searched refs:hdl (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c189 UINT8 hdl = 0; in bta_hh_sdp_cback() local
210 if (HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS) { in bta_hh_sdp_cback()
213 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_sdp_cback()
218 hdl = p_cb->hid_handle; in bta_hh_sdp_cback()
224 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, in bta_hh_sdp_cback()
322 UINT8 hdl; in bta_hh_start_sdp() local
343 if (HID_HostAddDev (p_cb->addr, p_cb->attr_mask, &hdl) \ in bta_hh_start_sdp()
346 bta_hh_add_device_to_list(p_cb, hdl, p_cb->attr_mask, NULL, in bta_hh_start_sdp()
352 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_start_sdp()
Dbta_hh_main.c448 uint8_t hdl = BTA_HH_IDX_INVALID; in bta_hh_hdl_event() local
449 …if (HID_HostGetDev(((tBTA_HH_CBACK_DATA *)p_msg)->addr, &hdl) == HID_SUCCESS && hdl != BTA_HH_IDX_… in bta_hh_hdl_event()
450 bta_hh_cb.cb_index[hdl] = bta_hh_cb.kdev[index].index; in bta_hh_hdl_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_scb.c694 tAVDT_SCB *avdt_scb_by_hdl(UINT8 hdl) in avdt_scb_by_hdl() argument
699 if ((hdl > 0) && (hdl <= AVDT_NUM_SEPS)) { in avdt_scb_by_hdl()
700 p_scb = &avdt_cb.scb[hdl - 1]; in avdt_scb_by_hdl()
705 AVDT_TRACE_WARNING("scb hdl %d not allocated\n", hdl); in avdt_scb_by_hdl()
709 AVDT_TRACE_WARNING("scb hdl %d out of range\n", hdl); in avdt_scb_by_hdl()
Davdt_scb_act.c996 UINT8 hdl = avdt_scb_to_hdl(p_scb); in avdt_scb_hdl_tc_close() local
1040 (*p_ctrl_cback)(hdl, remote_addr, event, &avdt_ctrl); in avdt_scb_hdl_tc_close()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h622 extern tAVDT_SCB *avdt_scb_by_hdl(UINT8 hdl);