Lines Matching defs:p_buf
194 BT_HDR* p_buf = static_cast<BT_HDR*>(list_front(p_lcb->link_xmit_data_q)); in l2cu_release_lcb() local
216 tL2CAP_SEC_DATA* p_buf = in l2cu_release_lcb() local
298 BT_HDR* p_buf = (BT_HDR*)osi_malloc(L2CAP_CMD_BUF_SIZE); in l2cu_build_header() local
360 BT_HDR* p_buf; in l2cu_send_peer_cmd_reject() local
401 BT_HDR* p_buf; in l2cu_send_peer_connect_req() local
448 BT_HDR* p_buf = l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, in l2cu_send_peer_connect_rsp() local
479 BT_HDR* p_buf; in l2cu_reject_connection() local
512 BT_HDR* p_buf; in l2cu_send_credit_based_reconfig_req() local
564 BT_HDR* p_buf; in l2cu_send_peer_config_req() local
665 BT_HDR* p_buf; in l2cu_send_peer_config_rsp() local
772 BT_HDR* p_buf = (BT_HDR*)osi_malloc(len + rej_len); in l2cu_send_peer_config_rej() local
872 BT_HDR *p_buf, *p_buf2; in l2cu_send_peer_disc_req() local
929 BT_HDR* p_buf; in l2cu_send_peer_disc_rsp() local
960 BT_HDR* p_buf; in l2cu_send_peer_echo_rsp() local
1014 BT_HDR* p_buf; in l2cu_send_peer_info_req() local
1053 BT_HDR* p_buf; in l2cu_send_peer_info_rsp() local
2615 BT_HDR* p_buf; in l2cu_send_peer_ble_par_req() local
2652 BT_HDR* p_buf; in l2cu_send_peer_ble_par_rsp() local
2681 BT_HDR* p_buf; in l2cu_send_peer_ble_credit_based_conn_req() local
2737 BT_HDR* p_buf; in l2cu_send_peer_credit_based_conn_req() local
2802 BT_HDR* p_buf; in l2cu_reject_ble_coc_connection() local
2837 BT_HDR* p_buf; in l2cu_reject_credit_based_conn_req() local
2875 BT_HDR* p_buf; in l2cu_send_peer_credit_based_conn_res() local
2964 BT_HDR* p_buf; in l2cu_send_ble_reconfig_rsp() local
2998 BT_HDR* p_buf; in l2cu_send_peer_ble_credit_based_conn_res() local
3034 BT_HDR* p_buf; in l2cu_send_peer_ble_flow_control_credit() local
3074 BT_HDR* p_buf; in l2cu_send_peer_ble_credit_based_disconn_req() local
3174 void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb) { in l2cu_set_acl_hci_header()