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 D | byteorder.h | 300 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 D | health_srv.c | 99 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 D | uuid.c | 36 sys_put_le16(BT_UUID_16(src)->val, in uuid_to_uuid128()
|
A D | smp.c | 532 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 D | buf.c | 916 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