Searched refs:uuid_add_bluetooth_prefix (Results 1 – 9 of 9) sorted by relevance
/btstack/src/ |
H A D | ad_parser.c | 123 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 D | btstack_util.h | 294 void uuid_add_bluetooth_prefix(uint8_t * uuid128, uint32_t short_uuid);
|
H A D | btstack_util.c | 347 void uuid_add_bluetooth_prefix(uint8_t * uuid128, uint32_t short_uuid){ in uuid_add_bluetooth_prefix() function
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 331 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 D | btstack_util_test.cpp | 216 uuid_add_bluetooth_prefix(uuid, shortUUID); in TEST()
|
/btstack/src/ble/ |
H A D | gatt_client.c | 1103 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 D | gatt_client_test.cpp | 1404 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 D | sdp_util.c | 161 uuid_add_bluetooth_prefix(uuid128, shortUUID); in de_get_normalized_uuid()
|
/btstack/port/arduino/ |
H A D | BTstack.cpp | 322 uuid_add_bluetooth_prefix(uuid, uuid16); in UUID()
|