Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Duuid.c36 sys_put_le16(BT_UUID_16(src)->val, in uuid_to_uuid128()
69 return (int)BT_UUID_16(u1)->val - (int)BT_UUID_16(u2)->val; in bt_uuid_cmp()
85 BT_UUID_16(uuid)->val = sys_get_le16(data); in bt_uuid_create()
109 snprintk(str, len, "%04x", BT_UUID_16(uuid)->val); in bt_uuid_to_str()
A Dgatt.c1195 u16_t uuid16 = sys_cpu_to_le16(BT_UUID_16(uuid)->val); in bt_gatt_attr_read_service()
1265 pdu.uuid16 = sys_cpu_to_le16(BT_UUID_16(uuid)->val); in bt_gatt_attr_read_included()
1323 pdu.uuid16 = sys_cpu_to_le16(BT_UUID_16(chrc->uuid)->val); in bt_gatt_attr_read_chrc()
2721 uuid_svc.val = BT_UUID_16(BT_UUID_GATT_PRIMARY)->val; in gatt_find_type_rsp()
2723 uuid_svc.val = BT_UUID_16(BT_UUID_GATT_SECONDARY)->val; in gatt_find_type_rsp()
2767 uuid_val = BT_UUID_16(BT_UUID_GATT_PRIMARY)->val; in gatt_find_type()
2769 uuid_val = BT_UUID_16(BT_UUID_GATT_SECONDARY)->val; in gatt_find_type()
2780 net_buf_add_le16(buf, BT_UUID_16(params->uuid)->val); in gatt_find_type()
3079 net_buf_add_le16(buf, BT_UUID_16(BT_UUID_GATT_CHRC)->val); in gatt_read_type()
3146 uuid_svc.val = BT_UUID_16(BT_UUID_GATT_PRIMARY)->val; in parse_service()
[all …]
A Dsdp.c1507 net_buf_add_be16(buf, BT_UUID_16(param->uuid)->val); in sdp_client_ssa_search()
2375 if ((proto_profile == BT_UUID_16(&pd->uuid)->val) || in sdp_get_uuid_data()
A Datt.c629 data->info16->uuid = sys_cpu_to_le16(BT_UUID_16(attr->uuid)->val); in find_info_cb()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Duuid.h78 #define BT_UUID_16(__u) CONTAINER_OF(__u, struct bt_uuid_16, uuid) macro
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c74 UUID16(uuid) = BT_UUID_16(btuuid)->val; in uuid_covert()
89 BT_UUID_16(btuuid)->val = UUID16(uuid); in btuuid_covert()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_prov.c824 … || bt_gattc_conn_create(i - CONFIG_BT_MESH_PBA_SAME_TIME, BT_UUID_16(BT_UUID_MESH_PROV)->val)) { in bt_mesh_provisioner_add_unprov_dev()
3778 … || bt_gattc_conn_create(i - CONFIG_BT_MESH_PBA_SAME_TIME, BT_UUID_16(BT_UUID_MESH_PROV)->val)) { in provisioner_prov_srv_data_recv()

Completed in 51 milliseconds