Home
last modified time | relevance | path

Searched refs:sys_le32_to_cpu (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h175 #define sys_le32_to_cpu(val) (val) macro
196 #define sys_le32_to_cpu(val) __bswap_32(val) macro
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c1155 return sys_le32_to_cpu(val); in net_buf_simple_pull_le32()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c1045 sys_le32_to_cpu(rp.info->fw_build)); in hci_vs_init()
A Dhci_core.c3616 bt_conn_ssp_auth(conn, sys_le32_to_cpu(evt->passkey)); in user_confirm_req()
3633 bt_conn_ssp_auth(conn, sys_le32_to_cpu(evt->passkey)); in user_passkey_notify()
6993 sys_le32_to_cpu(rp.info->fw_build)); in hci_vs_init()

Completed in 24 milliseconds