Home
last modified time | relevance | path

Searched defs:tGATT_CLCB (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h355 struct tGATT_CLCB { struct
356 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 …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_auth.cc29 bool gatt_security_check_start(tGATT_CLCB* /* p_clcb */) { in gatt_security_check_start() argument
33 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB* /* p_clcb */) { in gatt_determine_sec_act() argument