Lines Matching defs:p_lcb
54 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_allocate_lcb() local
107 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (p_bd_addr, BT_TRANSPORT_BR_EDR); in l2cu_update_lcb_4_bonding() local
128 void l2cu_release_lcb (tL2C_LCB *p_lcb) in l2cu_release_lcb()
265 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_bd_addr() local
312 BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb) in l2c_is_cmd_rejected()
342 BT_HDR *l2cu_build_header (tL2C_LCB *p_lcb, UINT16 len, UINT8 cmd, UINT8 id) in l2cu_build_header()
405 void l2cu_adj_id (tL2C_LCB *p_lcb, UINT8 adj_mask) in l2cu_adj_id()
423 void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id, in l2cu_send_peer_cmd_reject()
550 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) in l2cu_reject_connection()
963 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, in l2cu_send_peer_disc_rsp()
995 void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len) in l2cu_send_peer_echo_req()
1030 void l2cu_send_peer_echo_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len) in l2cu_send_peer_echo_rsp()
1086 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type) in l2cu_send_peer_info_req()
1125 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp()
1462 tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid) in l2cu_allocate_ccb()
1618 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(handle); in l2cu_start_post_bond_timer() local
1669 tL2C_LCB *p_lcb = p_ccb->p_lcb; in l2cu_release_ccb() local
1752 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) in l2cu_find_ccb_by_remote_cid()
2070 tL2C_LCB *p_lcb; in l2cu_process_our_cfg_req() local
2186 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_device_reset() local
2213 BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport) in l2cu_create_conn()
2299 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_get_num_hi_priority() local
2323 BOOLEAN l2cu_create_conn_after_switch (tL2C_LCB *p_lcb) in l2cu_create_conn_after_switch()
2419 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_state() local
2448 tL2C_LCB *p_lcb; in l2cu_lcb_disconnecting() local
2498 tL2C_LCB *p_lcb; in l2cu_set_acl_priority() local
2570 tL2C_LCB *p_lcb; in l2cu_resubmit_pending_sec_req() local
2686 BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr) in l2cu_initialize_fixed_ccb()
2749 void l2cu_no_dynamic_ccbs (tL2C_LCB *p_lcb) in l2cu_no_dynamic_ccbs()
2821 void l2cu_process_fixed_chnl_resp (tL2C_LCB *p_lcb) in l2cu_process_fixed_chnl_resp()
2884 void l2cu_process_fixed_disc_cback (tL2C_LCB *p_lcb) in l2cu_process_fixed_disc_cback()
2926 void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, U… in l2cu_send_peer_ble_par_req()
2962 void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id) in l2cu_send_peer_ble_par_rsp()
3001 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_handle() local
3026 tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid) in l2cu_find_ccb_by_cid()
3088 static tL2C_CCB *l2cu_get_next_channel_in_rr(tL2C_LCB *p_lcb) in l2cu_get_next_channel_in_rr()
3195 static tL2C_CCB *l2cu_get_next_channel(tL2C_LCB *p_lcb) in l2cu_get_next_channel()
3241 BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb) in l2cu_get_next_buffer_to_send()