Home
last modified time | relevance | path

Searched refs:uuid_add_bluetooth_prefix (Results 1 – 9 of 9) sorted by relevance

/btstack/src/
H A Dad_parser.c123 uuid_add_bluetooth_prefix(ad_uuid128, uuid16); in ad_data_contains_uuid16()
158 uuid_add_bluetooth_prefix(ad_uuid128, uuid16); in ad_data_contains_uuid128()
H A Dbtstack_util.h294 void uuid_add_bluetooth_prefix(uint8_t * uuid128, uint32_t short_uuid);
H A Dbtstack_util.c347 void uuid_add_bluetooth_prefix(uint8_t * uuid128, uint32_t short_uuid){ in uuid_add_bluetooth_prefix() function
/btstack/test/mock/
H A Dmock_gatt_client.c331 uuid_add_bluetooth_prefix(mock_gatt_client_uuid128, uuid16); in gatt_client_discover_primary_services_by_uuid16()
347 uuid_add_bluetooth_prefix(mock_gatt_client_uuid128, uuid16); in gatt_client_discover_characteristics_for_handle_range_by_uuid16()
718 uuid_add_bluetooth_prefix(mock_gatt_client_last_service->uuid128, service_uuid); in mock_gatt_client_add_primary_service_uuid16()
742 uuid_add_bluetooth_prefix(mock_gatt_client_last_characteristic->uuid128, characteristic_uuid); in mock_gatt_client_add_characteristic_uuid16()
766 uuid_add_bluetooth_prefix(desc->uuid128, descriptor_uuid); in mock_gatt_client_add_characteristic_descriptor_uuid16()
/btstack/test/embedded/
H A Dbtstack_util_test.cpp216 uuid_add_bluetooth_prefix(uuid, shortUUID); in TEST()
/btstack/src/ble/
H A Dgatt_client.c1103 uuid_add_bluetooth_prefix((uint8_t*) &uuid128, uuid16); in report_gatt_services()
1118 uuid_add_bluetooth_prefix((uint8_t*) uuid128, uuid16); in report_gatt_characteristic_start_found()
1167 uuid_add_bluetooth_prefix(normalized_uuid128, uuid16); in report_gatt_included_service_uuid16()
1266 uuid_add_bluetooth_prefix(uuid128, uuid16); in report_gatt_all_characteristic_descriptors()
2593 uuid_add_bluetooth_prefix((uint8_t*) &(gatt_client->uuid128), gatt_client->uuid16); in gatt_client_discover_primary_services_by_uuid16_with_context()
2678 uuid_add_bluetooth_prefix((uint8_t*) &(gatt_client->uuid128), uuid16); in gatt_client_discover_characteristics_for_handle_range_by_uuid16()
2783 uuid_add_bluetooth_prefix((uint8_t*) &(gatt_client->uuid128), uuid16); in gatt_client_read_value_of_characteristics_by_uuid16()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp1404 uuid_add_bluetooth_prefix(uuid128, expected_uuid16); in TEST()
1434 uuid_add_bluetooth_prefix(uuid128, expected_uuid16); in TEST()
1470 uuid_add_bluetooth_prefix(uuid128, expected_uuid16); in TEST()
/btstack/src/classic/
H A Dsdp_util.c161 uuid_add_bluetooth_prefix(uuid128, shortUUID); in de_get_normalized_uuid()
/btstack/port/arduino/
H A DBTstack.cpp322 uuid_add_bluetooth_prefix(uuid, uuid16); in UUID()