Home
last modified time | relevance | path

Searched refs:l2cu_find_lcb_by_handle (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c362 p_lcb = l2cu_find_lcb_by_handle (handle); in l2c_link_hci_disc_comp()
537 p_lcb = l2cu_find_lcb_by_handle (handle); in l2c_link_hci_qos_violation()
1371 p_lcb = l2cu_find_lcb_by_handle (handle); in l2c_link_process_num_completed_pkts()
1498 if ((p_lcb = l2cu_find_lcb_by_handle (handle)) == NULL) { in l2c_link_segments_xmitted()
Dl2c_ble.c635 p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_process_conn_update_evt()
681 p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_get_conn_param_format_err_from_contoller()
1240 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle (handle); in l2cble_process_rc_param_request_evt()
1318 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_process_data_length_change_event()
Dl2c_main.c164 if ((p_lcb = l2cu_find_lcb_by_handle (handle)) == NULL) { in l2c_rcv_acl_data()
Dl2c_utils.c1635 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(handle); in l2cu_start_post_bond_timer()
3232 tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle) in l2cu_find_lcb_by_handle() function
Dl2c_api.c1264 p_lcb = l2cu_find_lcb_by_handle (handle); in L2CA_GetBDAddrbyHandle()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c888 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(conn_handle); in btm_read_phy_callback()
1203 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(params->conn_idx); in btm_ble_update_phy_evt()
1378 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(conn_handle); in btm_ble_periodic_adv_sync_trans_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h601 extern tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2388 p_lcb = l2cu_find_lcb_by_handle(conn_handle); in btu_ble_periodic_adv_sync_trans_recv()