Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h300 static inline void sys_put_le16(u16_t val, u8_t dst[2]) in sys_put_le16() function
317 sys_put_le16(val, dst); in sys_put_le24()
332 sys_put_le16(val, dst); in sys_put_le32()
333 sys_put_le16(val >> 16, &dst[2]); in sys_put_le32()
348 sys_put_le16(val >> 32, &dst[4]); in sys_put_le48()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_srv.c99 sys_put_le16(comp->cid, company_ptr); in health_get_current()
103 sys_put_le16(company_id, company_ptr); in health_get_current()
108 sys_put_le16(comp->cid, company_ptr); in health_get_current()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Duuid.c36 sys_put_le16(BT_UUID_16(src)->val, in uuid_to_uuid128()
A Dsmp.c532 sys_put_le16(d, &res[0]); in smp_d1()
533 sys_put_le16(r, &res[2]); in smp_d1()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c916 sys_put_le16(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_le16()
997 sys_put_le16(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_le16()

Completed in 15 milliseconds