Lines Matching refs:p_pkt
810 * The memory pointed to by p_pkt must be a GKI buffer
821 uint16_t AVDT_WriteReqOpt(uint8_t handle, BT_HDR* p_pkt, uint32_t time_stamp,
832 evt.apiwrite.p_buf = p_pkt;
867 * The memory pointed to by p_pkt must be a GKI buffer
876 uint16_t AVDT_WriteReq(uint8_t handle, BT_HDR* p_pkt, uint32_t time_stamp,
878 return AVDT_WriteReqOpt(handle, p_pkt, time_stamp, m_pt, AVDT_DATA_OPT_NONE);
1045 BT_HDR* p_pkt = (BT_HDR*)osi_malloc(p_tbl->peer_mtu);
1047 p_pkt->offset = L2CAP_MIN_OFFSET;
1048 p = (uint8_t*)(p_pkt + 1) + p_pkt->offset;
1094 p_pkt->len = p_end - p;
1097 avdt_ad_write_req(AVDT_CHAN_REPORT, p_scb->p_ccb, p_scb, p_pkt))