Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Duuid.c41 sys_put_le32(BT_UUID_32(src)->val, in uuid_to_uuid128()
71 return (int)BT_UUID_32(u1)->val - (int)BT_UUID_32(u2)->val; in bt_uuid_cmp()
89 BT_UUID_32(uuid)->val = sys_get_le32(data); in bt_uuid_create()
112 snprintk(str, len, "%08x", BT_UUID_32(uuid)->val); in bt_uuid_to_str()
A Dsdp.c1512 net_buf_add_be32(buf, BT_UUID_32(param->uuid)->val); in sdp_client_ssa_search()
2376 (proto_profile == BT_UUID_32(&pd->uuid)->val)) { in sdp_get_uuid_data()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Duuid.h79 #define BT_UUID_32(__u) CONTAINER_OF(__u, struct bt_uuid_32, uuid) macro
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c76 UUID32(uuid) = BT_UUID_32(btuuid)->val; in uuid_covert()
91 BT_UUID_32(btuuid)->val = UUID32(uuid); in btuuid_covert()

Completed in 11 milliseconds