Home
last modified time | relevance | path

Searched refs:opCode (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack_user_cfg.h504 uint8_t L2C_cos_is_pdu_cframe_cfc_command_opcode_ucfg(uint8_t opCode);
505 uint8_t L2C_cos_is_pdu_cframe_cfc_command_opcode_ucfg_weak(uint8_t opCode);
506 uint8_t L2C_cos_is_pdu_cframe_cfc_command_opcode(uint8_t opCode);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/
Dble_stack_user_cfg.c840 uint8_t L2C_cos_is_pdu_cframe_cfc_command_opcode_ucfg(uint8_t opCode) in L2C_cos_is_pdu_cframe_cfc_command_opcode_ucfg() argument
842 return L2C_cos_is_pdu_cframe_cfc_command_opcode(opCode); in L2C_cos_is_pdu_cframe_cfc_command_opcode_ucfg()