Home
last modified time | relevance | path

Searched refs:GATT_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Datt_protocol.c51 if ((p_buf = (BT_HDR *)GKI_getbuf(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()
123 p_buf->len = GATT_HDR_SIZE + 1 + 1; in attp_build_err_cmd()
Dgatt_int.h76 #define GATT_HDR_SIZE 3 /* 1B opcode + 2B handle */ macro
Dgatt_cl.c227 if (p_attr->len <= (p_tcb->payload_size - GATT_HDR_SIZE)) in gatt_act_write()