Searched refs:GATT_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance
52 (BT_HDR*)osi_malloc(sizeof(BT_HDR) + GATT_HDR_SIZE + L2CAP_MIN_OFFSET); in attp_build_mtu_cmd()59 p_buf->len = GATT_HDR_SIZE; /* opcode + 2 bytes mtu */ in attp_build_mtu_cmd()115 p_buf->len = GATT_HDR_SIZE + 1 + 1; in attp_build_err_cmd()
80 #define GATT_HDR_SIZE 3 /* 1B opcode + 2B handle */ macro
242 if (attr.len <= (payload_size - GATT_HDR_SIZE)) { in gatt_act_write()