Home
last modified time | relevance | path

Searched defs:tGATT_CLCB (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/gatt/
Dgatt_int.h336 struct tGATT_CLCB { struct
337 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */
338 tGATT_REG* p_reg; /* owner of this CLCB */
339 uint8_t sccb_idx;
340 uint8_t* p_attr_buf; /* attribute buffer for read multiple, prepare write */
341 bluetooth::Uuid uuid;
342 uint16_t conn_id; /* connection handle */
343 uint16_t s_handle; /* starting handle of the active request */
344 uint16_t e_handle; /* ending handle of the active request */
345 uint16_t counter; /* used as offset, attribute length, num of prepare write */
[all …]