Home
last modified time | relevance | path

Searched refs:sys_get_le16 (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h451 static inline u16_t sys_get_le16(const u8_t src[2]) in sys_get_le16() function
468 return ((bt_u32_t)src[2] << 16) | sys_get_le16(&src[0]); in sys_get_le24()
483 return ((bt_u32_t)sys_get_le16(&src[2]) << 16) | sys_get_le16(&src[0]); in sys_get_le32()
498 return ((u64_t)sys_get_le32(&src[2]) << 32) | sys_get_le16(&src[0]); in sys_get_le48()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dfoundation.h165 *idx1 = sys_get_le16(&buf->data[0]) & 0xfff; in key_idx_unpack()
166 *idx2 = sys_get_le16(&buf->data[1]) >> 4; in key_idx_unpack()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Duuid.c85 BT_UUID_16(uuid)->val = sys_get_le16(data); in bt_uuid_create()
A Dgatt.c1566 value = sys_get_le16(buf); in bt_gatt_attr_write_ccc()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c669 *value = sys_get_le16(buf); in prov_ccc_write()
788 value = sys_get_le16(buf); in proxy_ccc_write()
A Dcfg_cli.c449 cid = sys_get_le16(&buf->data[10]); in mod_pub_status()
450 mod_id = sys_get_le16(&buf->data[12]); in mod_pub_status()
458 mod_id = sys_get_le16(&buf->data[10]); in mod_pub_status()
A Dprovisioner_main.c79 u16_t val = sys_get_le16(*src); in get_le16()

Completed in 25 milliseconds