• Home
  • Raw
  • Download

Lines Matching defs:p_buf

191       BT_HDR* p_buf = static_cast<BT_HDR*>(list_front(p_lcb->link_xmit_data_q));  in l2cu_release_lcb()  local
223 tL2CAP_SEC_DATA* p_buf = in l2cu_release_lcb() local
319 BT_HDR* p_buf = (BT_HDR*)osi_malloc(L2CAP_CMD_BUF_SIZE); in l2cu_build_header() local
386 BT_HDR* p_buf; in l2cu_send_peer_cmd_reject() local
427 BT_HDR* p_buf; in l2cu_send_peer_connect_req() local
464 BT_HDR* p_buf; in l2cu_send_peer_connect_rsp() local
506 BT_HDR* p_buf; in l2cu_reject_connection() local
538 BT_HDR* p_buf; in l2cu_send_peer_config_req() local
639 BT_HDR* p_buf; in l2cu_send_peer_config_rsp() local
746 BT_HDR* p_buf = (BT_HDR*)osi_malloc(len + rej_len); in l2cu_send_peer_config_rej() local
846 BT_HDR *p_buf, *p_buf2; in l2cu_send_peer_disc_req() local
903 BT_HDR* p_buf; in l2cu_send_peer_disc_rsp() local
935 BT_HDR* p_buf; in l2cu_send_peer_echo_req() local
970 BT_HDR* p_buf; in l2cu_send_peer_echo_rsp() local
1023 BT_HDR* p_buf; in l2cu_send_peer_info_req() local
1062 BT_HDR* p_buf; in l2cu_send_peer_info_rsp() local
2765 BT_HDR* p_buf; in l2cu_send_peer_ble_par_req() local
2802 BT_HDR* p_buf; in l2cu_send_peer_ble_par_rsp() local
2831 BT_HDR* p_buf; in l2cu_send_peer_ble_credit_based_conn_req() local
2888 BT_HDR* p_buf; in l2cu_reject_ble_connection() local
2923 BT_HDR* p_buf; in l2cu_send_peer_ble_credit_based_conn_res() local
2959 BT_HDR* p_buf; in l2cu_send_peer_ble_flow_control_credit() local
2999 BT_HDR* p_buf; in l2cu_send_peer_ble_credit_based_disconn_req() local
3245 BT_HDR* p_buf; in l2cu_get_next_buffer_to_send() local
3357 void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb) { in l2cu_set_acl_hci_header()