Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc42 #define GATT_WRITE_LONG_HDR_SIZE 5 /* 1 opcode + 2 handle + 2 offset */ macro
356 GATT_WRITE_LONG_HDR_SIZE)) /* 2 = uint16_t offset bytes */ in gatt_send_prepare_write()
357 to_send = payload_size - GATT_WRITE_LONG_HDR_SIZE; in gatt_send_prepare_write()