Lines Matching defs:p_buf

214             BT_HDR *p_buf = list_front(p_lcb->link_xmit_data_q);  in l2cu_release_lcb()  local
261 … tL2CAP_SEC_DATA *p_buf = (tL2CAP_SEC_DATA*) fixed_queue_try_dequeue(p_lcb->le_sec_pending_q); in l2cu_release_lcb() local
364 BT_HDR *p_buf = (BT_HDR *)osi_malloc(L2CAP_CMD_BUF_SIZE); in l2cu_build_header() local
442 BT_HDR *p_buf; in l2cu_send_peer_cmd_reject() local
486 BT_HDR *p_buf; in l2cu_send_peer_connect_req() local
524 BT_HDR *p_buf; in l2cu_send_peer_connect_rsp() local
567 BT_HDR *p_buf; in l2cu_reject_connection() local
598 BT_HDR *p_buf; in l2cu_send_peer_config_req() local
705 BT_HDR *p_buf; in l2cu_send_peer_config_rsp() local
813 BT_HDR *p_buf = (BT_HDR *)osi_malloc(len + rej_len); in l2cu_send_peer_config_rej() local
919 BT_HDR *p_buf, *p_buf2; in l2cu_send_peer_disc_req() local
978 BT_HDR *p_buf; in l2cu_send_peer_disc_rsp() local
1009 BT_HDR *p_buf; in l2cu_send_peer_echo_req() local
1044 BT_HDR *p_buf; in l2cu_send_peer_echo_rsp() local
1096 BT_HDR *p_buf; in l2cu_send_peer_info_req() local
1137 BT_HDR *p_buf; in l2cu_send_peer_info_rsp() local
3009 BT_HDR *p_buf; in l2cu_send_peer_ble_par_req() local
3046 BT_HDR *p_buf; in l2cu_send_peer_ble_par_rsp() local
3076 BT_HDR *p_buf; in l2cu_send_peer_ble_credit_based_conn_req() local
3132 BT_HDR *p_buf; in l2cu_reject_ble_connection() local
3166 BT_HDR *p_buf; in l2cu_send_peer_ble_credit_based_conn_res() local
3201 BT_HDR *p_buf; in l2cu_send_peer_ble_flow_control_credit() local
3243 BT_HDR *p_buf; in l2cu_send_peer_ble_credit_based_disconn_req() local
3538 BT_HDR *p_buf; in l2cu_get_next_buffer_to_send() local
3657 void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb) in l2cu_set_acl_hci_header()