Searched defs:tGATT_CLCB (Results 1 – 2 of 2) sorted by relevance
355 struct tGATT_CLCB { struct356 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */357 tGATT_REG* p_reg; /* owner of this CLCB */358 uint8_t sccb_idx;359 uint8_t* p_attr_buf; /* attribute buffer for read multiple, prepare write */360 bluetooth::Uuid uuid;361 uint16_t conn_id; /* connection handle */362 uint16_t s_handle; /* starting handle of the active request */363 uint16_t e_handle; /* ending handle of the active request */364 uint16_t counter; /* used as offset, attribute length, num of prepare write */[all …]
29 bool gatt_security_check_start(tGATT_CLCB* /* p_clcb */) { in gatt_security_check_start() argument33 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB* /* p_clcb */) { in gatt_determine_sec_act() argument