Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble_conn_params.cc293 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_process_conn_update_evt()
511 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_process_subrate_change_evt()
Dl2c_link.cc315 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2c_link_hci_disc_comp()
1061 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2c_packets_completed()
1123 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2c_link_segments_xmitted()
Dl2c_int.h712 tL2C_LCB* l2cu_find_lcb_by_handle(uint16_t handle);
Dl2c_main.cc98 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2c_rcv_acl_data()
Dl2c_ble.cc1118 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2cble_process_data_length_change_event()
Dl2c_utils.cc1494 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2cu_start_post_bond_timer()
3392 tL2C_LCB* l2cu_find_lcb_by_handle(uint16_t handle) { in l2cu_find_lcb_by_handle() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc96 tL2C_LCB* l2cu_find_lcb_by_handle(uint16_t /* handle */) { in l2cu_find_lcb_by_handle() function