Lines Matching defs:tGATT_CLCB
306 struct tGATT_CLCB { struct
307 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 */
316 uint16_t start_offset;
317 tGATT_AUTH_REQ auth_req; /* authentication requirement */
318 uint8_t operation; /* one logic channel can have one operation active */
319 uint8_t op_subtype; /* operation subtype */
320 uint8_t status; /* operation status */
321 bool first_read_blob_after_read;
322 tGATT_READ_INC_UUID128 read_uuid128;
323 bool in_use;
324 alarm_t* gatt_rsp_timer_ent; /* peer response timer */
325 uint8_t retry_count;