Lines Matching defs:tGATT_CLCB
307 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 */
317 uint16_t start_offset;
318 tGATT_AUTH_REQ auth_req; /* authentication requirement */
319 uint8_t operation; /* one logic channel can have one operation active */
320 uint8_t op_subtype; /* operation subtype */
321 uint8_t status; /* operation status */
322 bool first_read_blob_after_read;
323 tGATT_READ_INC_UUID128 read_uuid128;
324 bool in_use;
325 alarm_t* gatt_rsp_timer_ent; /* peer response timer */
326 uint8_t retry_count;
327 uint16_t read_req_current_mtu; /* This is the MTU value that the read was