Searched defs:GATT_WRITE_LONG_HDR_SIZE (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_cl.c35 #define GATT_WRITE_LONG_HDR_SIZE 5 /* 1 opcode + 2 handle + 2 offset */ macro
373 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */
374 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE;

Completed in 6 milliseconds