Home | History | Annotate | Download | only in gatt

Lines Matching full:p_buf

93 void gatt_verify_signature(tGATT_TCB *p_tcb, BT_HDR *p_buf)
97 UINT8 *p, *p_orig = (UINT8 *)(p_buf + 1) + p_buf->offset;
100 if (p_buf->len < GATT_AUTH_SIGN_LEN + 4) {
102 __func__, p_buf->len, GATT_AUTH_SIGN_LEN + 4);
105 cmd_len = p_buf->len - GATT_AUTH_SIGN_LEN + 4;
112 gatt_server_handle_client_req (p_tcb, op_code, (UINT16)(p_buf->len - 1), p_orig);
173 tGATT_PENDING_ENC_CLCB *p_buf =
175 if (p_buf != NULL)
193 gatt_sec_check_complete(status, p_buf->p_clcb, p_tcb->sec_act);
194 osi_free(p_buf);
199 p_buf = (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb);
200 if (p_buf != NULL)
202 gatt_security_check_start(p_buf->p_clcb);
203 osi_free(p_buf);
252 tGATT_PENDING_ENC_CLCB *p_buf =
254 if (p_buf != NULL)
256 gatt_security_check_start(p_buf->p_clcb);
257 osi_free(p_buf);