Home
last modified time | relevance | path

Searched refs:get_be32 (Results 1 – 5 of 5) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dendian.h222 uint32_t get_be32(const void *buf);
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dendian.c174 uint32_t get_be32(const void *buf) in get_be32() function
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_sm_alg.c352 *passkey = get_be32(xs + 12) % 1000000; // 12:byte alignment in ble_sm_alg_g2()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dglue.h125 #define sys_get_be32(a) get_be32(a)
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dglue.c148 val = get_be32(om->om_data); in net_buf_simple_pull_be32()