Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h185 #define sys_be32_to_cpu(val) __bswap_32(val) macro
206 #define sys_be32_to_cpu(val) (val) macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dlpn.c980 iv_index = sys_be32_to_cpu(msg->iv_index); in bt_mesh_lpn_friend_update()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c1165 return sys_be32_to_cpu(val); in net_buf_simple_pull_be32()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp.c714 *passkey = sys_be32_to_cpu(*passkey) % 1000000; in smp_g2()

Completed in 16 milliseconds