Searched defs:tGATT_CLCB (Results 1 – 1 of 1) sorted by relevance
306 struct tGATT_CLCB { struct307 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */308 tGATT_REG* p_reg; /* owner of this CLCB */309 uint8_t sccb_idx;310 uint8_t* p_attr_buf; /* attribute buffer for read multiple, prepare write */311 bluetooth::Uuid uuid;312 uint16_t conn_id; /* connection handle */313 uint16_t s_handle; /* starting handle of the active request */314 uint16_t e_handle; /* ending handle of the active request */315 uint16_t counter; /* used as offset, attribute length, num of prepare write */[all …]