Home
last modified time | relevance | path

Searched defs:conidx (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/l2c/l2cm/
A Dl2cm_int.h71 static __INLINE void l2cm_buffer_acquire(uint8_t conidx) in l2cm_buffer_acquire()
92 static __INLINE void l2cm_buffer_release(uint8_t conidx, uint16_t nb) in l2cm_buffer_release()
114 static __INLINE void l2cm_buffer_reset(uint8_t conidx) in l2cm_buffer_reset()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dl2cc.h51 #define L2CC_SIG_PDU_ALLOC(conidx, code, src_id, type) \ argument
75 #define L2CC_SMP_PDU_ALLOC(conidx, code, src_id, type) \ argument
91 #define L2CC_ATT_PDU_ALLOC(conidx, code, src_id, type)\ argument
108 #define L2CC_ATT_PDU_ALLOC_DYN(conidx, code, src_id, type, length)\ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapc/
A Dgapc_int.h29 #define GAPC_SET_FIELD(conidx, field, value)\ argument
35 #define GAPC_GET_FIELD(conidx, field)\ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/
A Dsmpc_api.h35 #define SMPC_IS_FLAG_SET(conidx, flag) ((gapc_env[conidx]->smpc.timer_state & flag) == flag) argument
37 #define SMPC_TIMER_SET_FLAG(conidx, flag) (gapc_env[conidx]->smpc.timer_state |= flag) argument
39 #define SMPC_TIMER_UNSET_FLAG(conidx, flag) (gapc_env[conidx]->smpc.timer_state &= ~flag) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/attc/
A Dattc.h34 #define ATTC_ALLOCATE_ATT_REQ(conidx, opcode, pdu_type, value_len)\ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/gattc/
A Dgattc_int.h29 #define GATT_OPERATION_CMD(conidx, op_type, cmd) \ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/green/
A Dapp_interaction.h57 uint8_t conidx; member

Completed in 21 milliseconds