Home
last modified time | relevance | path

Searched refs:HOST_TO_LE_16 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c137 HOST_TO_LE_16(buffer_out+5,opcode); in check_legacy_extended_call()
145 HOST_TO_LE_16(buffer_out+4,opcode); in check_legacy_extended_call()
179 HOST_TO_LE_16(buffer_out+5, op_code); in process_command()
Ddtm_cmd_db.c14644 HOST_TO_LE_16(buffer_out+2,1 + 2); in aci_blue_initialized_event()
14742 HOST_TO_LE_16(buffer_out+2,2 + 2); in aci_hal_le_test_end_event()
14777 HOST_TO_LE_16(buffer_out+2,2 + 2 + 2 + 2 + SDU_Length + 2); in aci_l2cap_cos_sdu_data_rx_nwk_event()
14830 HOST_TO_LE_16(buffer_out+2,2 + 2 + 2 + 1 + 2 + 1 + Data_Length + 2); in aci_gatt_srv_authorize_nwk_event()
14871 HOST_TO_LE_16(buffer_out+2,2 + 2 + 2 + 2 + Attr_Data_Length + 2); in aci_gatt_srv_attribute_modified_event()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h112 #define HOST_TO_LE_16(buf, val) ( ((buf)[0] = (uint8_t) (val) ) , \ macro