• Home
  • Raw
  • Download

Lines Matching defs:p_lcb

56     tL2C_LCB    *p_lcb = &l2cb.lcb_pool[0];  in l2cu_allocate_lcb()  local
111 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (p_bd_addr, BT_TRANSPORT_BR_EDR); in l2cu_update_lcb_4_bonding() local
132 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()
410 void l2cu_adj_id (tL2C_LCB *p_lcb, UINT8 adj_mask) in l2cu_adj_id()
428 void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id, in l2cu_send_peer_cmd_reject()
555 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) in l2cu_reject_connection()
968 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, in l2cu_send_peer_disc_rsp()
1000 void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len) in l2cu_send_peer_echo_req()
1035 void l2cu_send_peer_echo_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len) in l2cu_send_peer_echo_rsp()
1093 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type) in l2cu_send_peer_info_req()
1132 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp()
1469 tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid) in l2cu_allocate_ccb()
1626 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(handle); in l2cu_start_post_bond_timer() local
1677 tL2C_LCB *p_lcb = p_ccb->p_lcb; in l2cu_release_ccb() local
1767 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) in l2cu_find_ccb_by_remote_cid()
2085 tL2C_LCB *p_lcb; in l2cu_process_our_cfg_req() local
2201 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_device_reset() local
2224 BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport) in l2cu_create_conn()
2310 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_get_num_hi_priority() local
2334 BOOLEAN l2cu_create_conn_after_switch (tL2C_LCB *p_lcb) in l2cu_create_conn_after_switch()
2414 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_state() local
2443 tL2C_LCB *p_lcb; in l2cu_lcb_disconnecting() local
2493 tL2C_LCB *p_lcb; in l2cu_set_acl_priority() local
2565 tL2C_LCB *p_lcb; in l2cu_resubmit_pending_sec_req() local
2681 BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr) in l2cu_initialize_fixed_ccb()
2744 void l2cu_no_dynamic_ccbs (tL2C_LCB *p_lcb) in l2cu_no_dynamic_ccbs()
2816 void l2cu_process_fixed_chnl_resp (tL2C_LCB *p_lcb) in l2cu_process_fixed_chnl_resp()
2887 void l2cu_process_fixed_disc_cback (tL2C_LCB *p_lcb) in l2cu_process_fixed_disc_cback()
2941 void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, in l2cu_send_peer_ble_par_req()
2979 void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id) in l2cu_send_peer_ble_par_rsp()
3019 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_handle() local
3044 tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid) in l2cu_find_ccb_by_cid()
3106 static tL2C_CCB *l2cu_get_next_channel_in_rr(tL2C_LCB *p_lcb) in l2cu_get_next_channel_in_rr()
3213 static tL2C_CCB *l2cu_get_next_channel(tL2C_LCB *p_lcb) in l2cu_get_next_channel()
3259 BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb) in l2cu_get_next_buffer_to_send()