Searched refs:p_snl (Results 1 – 2 of 2) sorted by relevance
65 if (llcp_cb.sdp_cb.p_snl) in llcp_sdp_check_send_snl()69 llcp_cb.sdp_cb.p_snl->len += LLCP_PDU_HEADER_SIZE; in llcp_sdp_check_send_snl()70 llcp_cb.sdp_cb.p_snl->offset -= LLCP_PDU_HEADER_SIZE; in llcp_sdp_check_send_snl()72 p = (UINT8 *) (llcp_cb.sdp_cb.p_snl + 1) + llcp_cb.sdp_cb.p_snl->offset; in llcp_sdp_check_send_snl()75 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, llcp_cb.sdp_cb.p_snl); in llcp_sdp_check_send_snl()76 llcp_cb.sdp_cb.p_snl = NULL; in llcp_sdp_check_send_snl()104 …p = (UINT8 *) (llcp_cb.sdp_cb.p_snl + 1) + llcp_cb.sdp_cb.p_snl->offset + llcp_cb.sdp_cb.p_snl->le… in llcp_sdp_add_sdreq()111 llcp_cb.sdp_cb.p_snl->len += LLCP_SDREQ_MIN_LEN + name_len; in llcp_sdp_add_sdreq()133 if (!llcp_cb.sdp_cb.p_snl) in llcp_sdp_send_sdreq()135 llcp_cb.sdp_cb.p_snl = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_sdp_send_sdreq()[all …]
205 BT_HDR *p_snl; /* buffer for SNL PDU */ member