Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c378 p_lcb = l2cu_find_lcb_by_handle (handle); in l2c_link_hci_disc_comp()
528 p_lcb = l2cu_find_lcb_by_handle (handle); in l2c_link_hci_qos_violation()
1399 p_lcb = l2cu_find_lcb_by_handle (handle); in l2c_link_process_num_completed_pkts()
1535 if ((p_lcb = l2cu_find_lcb_by_handle (handle)) == NULL) in l2c_link_segments_xmitted()
Dl2c_ble.c591 p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_process_conn_update_evt()
1156 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle (handle); in l2cble_process_rc_param_request_evt()
1235 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_process_data_length_change_event()
Dl2c_int.h591 extern tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle);
Dl2c_main.c87 if ((p_lcb = l2cu_find_lcb_by_handle (handle)) == NULL) in l2c_rcv_acl_data()
Dl2c_utils.c1630 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(handle); in l2cu_start_post_bond_timer()
3289 tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle) in l2cu_find_lcb_by_handle() function
Dl2c_api.c1604 p_lcb = l2cu_find_lcb_by_handle (handle); in L2CA_GetBDAddrbyHandle()