Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_int.h307 struct tGATT_CLCB { struct
308 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */
309 tGATT_REG* p_reg; /* owner of this CLCB */
310 uint8_t sccb_idx;
311 uint8_t* p_attr_buf; /* attribute buffer for read multiple, prepare write */
312 bluetooth::Uuid uuid;
313 uint16_t conn_id; /* connection handle */
314 uint16_t s_handle; /* starting handle of the active request */
315 uint16_t e_handle; /* ending handle of the active request */
316 uint16_t counter; /* used as offset, attribute length, num of prepare write */
[all …]