Searched defs:tGATT_CLCB (Results 1 – 1 of 1) sorted by relevance
350 struct tGATT_CLCB { struct351 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */352 tGATT_REG* p_reg; /* owner of this CLCB */353 uint8_t sccb_idx;354 uint8_t* p_attr_buf; /* attribute buffer for read multiple, prepare write */355 bluetooth::Uuid uuid;356 uint16_t conn_id; /* connection handle */357 uint16_t s_handle; /* starting handle of the active request */358 uint16_t e_handle; /* ending handle of the active request */359 uint16_t counter; /* used as offset, attribute length, num of prepare write */[all …]