HomeSort by relevance Sort by last modified time
    Searched refs:GATT_HDR_SIZE (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
att_protocol.c 52 (BT_HDR *)osi_malloc(sizeof(BT_HDR) + GATT_HDR_SIZE + L2CAP_MIN_OFFSET);
59 p_buf->len = GATT_HDR_SIZE; /* opcode + 2 bytes mtu */
114 /* GATT_HDR_SIZE (1B ERR_RSP op code+ 2B handle) + 1B cmd_op_code + 1B status */
115 p_buf->len = GATT_HDR_SIZE + 1 + 1;
gatt_int.h 75 #define GATT_HDR_SIZE 3 /* 1B opcode + 2B handle */
gatt_cl.c 248 if (p_attr->len <= (p_tcb->payload_size - GATT_HDR_SIZE))
    [all...]

Completed in 53 milliseconds