Searched refs:GATT_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance
52 if ((p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR) + GATT_HDR_SIZE + L2CAP_MIN_OFFSET)) != NULL) { in attp_build_mtu_cmd()59 p_buf->len = GATT_HDR_SIZE; /* opcode + 2 bytes mtu */ in attp_build_mtu_cmd()120 p_buf->len = GATT_HDR_SIZE + 1 + 1; in attp_build_err_cmd()
247 if (p_attr->len <= (p_tcb->payload_size - GATT_HDR_SIZE)) { in gatt_act_write()
77 #define GATT_HDR_SIZE 3 /* 1B opcode + 2B handle */ macro