Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h330 static inline void sys_put_le32(bt_u32_t val, u8_t dst[4]) in sys_put_le32() function
347 sys_put_le32(val, dst); in sys_put_le48()
362 sys_put_le32(val, dst); in sys_put_le64()
363 sys_put_le32(val >> 32, &dst[4]); in sys_put_le64()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Duuid.c41 sys_put_le32(BT_UUID_32(src)->val, in uuid_to_uuid128()
A Dsmp.c2319 sys_put_le32(passkey, smp->tk); in legacy_request_tk()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c944 sys_put_le32(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_le32()
1032 sys_put_le32(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_le32()

Completed in 14 milliseconds