Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Datt_protocol.c52 (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()
Dgatt_int.h75 #define GATT_HDR_SIZE 3 /* 1B opcode + 2B handle */ macro
Dgatt_cl.c248 if (p_attr->len <= (p_tcb->payload_size - GATT_HDR_SIZE)) in gatt_act_write()