Searched refs:sys_get_le16 (Results 1 – 7 of 7) sorted by relevance
451 static inline u16_t sys_get_le16(const u8_t src[2]) in sys_get_le16() function468 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()
165 *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()
85 BT_UUID_16(uuid)->val = sys_get_le16(data); in bt_uuid_create()
1566 value = sys_get_le16(buf); in bt_gatt_attr_write_ccc()
669 *value = sys_get_le16(buf); in prov_ccc_write()788 value = sys_get_le16(buf); in proxy_ccc_write()
449 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()
79 u16_t val = sys_get_le16(*src); in get_le16()
Completed in 22 milliseconds