Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c52 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()
Dgatt_cl.c247 if (p_attr->len <= (p_tcb->payload_size - GATT_HDR_SIZE)) { in gatt_act_write()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h77 #define GATT_HDR_SIZE 3 /* 1B opcode + 2B handle */ macro