/btstack/src/ble/ |
H A D | att_db_util.c | 180 static void att_db_util_add_attribute_uuid128(const uint8_t * uuid128, uint16_t flags, uint8_t * da… in att_db_util_add_attribute_uuid128() 206 uint16_t att_db_util_add_service_uuid128(const uint8_t * uuid128){ in att_db_util_add_service_uuid128() 222 uint16_t att_db_util_add_secondary_service_uuid128(const uint8_t * uuid128){ in att_db_util_add_secondary_service_uuid128() 301 uint16_t att_db_util_add_characteristic_uuid128(const uint8_t * uuid128, uint16_t properties, uint8… in att_db_util_add_characteristic_uuid128() 323 uint16_t att_db_util_add_descriptor_uuid128(const uint8_t * uuid128, uint16_t properties, uint8_t r… in att_db_util_add_descriptor_uuid128()
|
H A D | gatt_client.c | 403 …group_request_for_uuid128(gatt_client_t *gatt_client, uint8_t request_type, const uint8_t *uuid128, in att_read_by_type_or_group_request_for_uuid128() 552 uint8_t uuid128[16]; in send_gatt_by_uuid_request() local 947 …_t * gatt_client, uint16_t start_group_handle, uint16_t end_group_handle, const uint8_t * uuid128){ in emit_gatt_service_query_result_event() 961 …t include_handle, uint16_t start_group_handle, uint16_t end_group_handle, const uint8_t * uuid128){ in emit_gatt_included_service_query_result_event() 977 … uint16_t properties, const uint8_t * uuid128){ in emit_gatt_characteristic_query_result_event() 994 gatt_client_t * gatt_client, uint16_t descriptor_handle, const uint8_t * uuid128){ in emit_gatt_all_characteristic_descriptors_result_event() 1098 uint8_t uuid128[16]; in report_gatt_services() local 1114 uint8_t uuid128[16]; in report_gatt_characteristic_start_found() local 1172 …ded_service_uuid128(gatt_client_t * gatt_client, uint16_t include_handle, const uint8_t * uuid128){ in report_gatt_included_service_uuid128() 1262 uint8_t uuid128[16]; in report_gatt_all_characteristic_descriptors() local [all …]
|
H A D | gatt_client.h | 237 uint8_t uuid128[16]; member 322 uint8_t uuid128[16]; member 331 uint8_t uuid128[16]; member 337 uint8_t uuid128[16]; member
|
H A D | att_db.c | 266 uint8_t uuid128[16]; in att_dump_attributes() local 1524 bool gatt_server_get_handle_range_for_service_with_uuid128(const uint8_t * uuid128, uint16_t * star… in gatt_server_get_handle_range_for_service_with_uuid128() 1558 …r_characteristic_with_uuid128(uint16_t start_handle, uint16_t end_handle, const uint8_t * uuid128){ in gatt_server_get_value_handle_for_characteristic_with_uuid128() 1582 …r_characteristic_with_uuid128(uint16_t start_handle, uint16_t end_handle, const uint8_t * uuid128){ in gatt_server_get_client_configuration_handle_for_characteristic_with_uuid128() 1804 …ttributes_by_uuid128(uint16_t start_handle, uint16_t end_handle, const uint8_t * uuid128, uint8_t … in btp_att_get_attributes_by_uuid128()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.h | 53 uint8_t uuid128[16]; member 65 uint8_t uuid128[16]; member 79 uint8_t uuid128[16]; member
|
H A D | mock_gatt_client.c | 176 …_t * gatt_client, uint16_t start_group_handle, uint16_t end_group_handle, const uint8_t * uuid128){ in emit_gatt_service_query_result_event() 191 … uint16_t properties, const uint8_t * uuid128){ in emit_gatt_characteristic_query_result_event() 208 gatt_client_t * gatt_client, uint16_t descriptor_handle, const uint8_t * uuid128){ in emit_gatt_all_characteristic_descriptors_result_event() 337 …y_uuid128(btstack_packet_handler_t callback, hci_con_handle_t con_handle, const uint8_t * uuid128){ in gatt_client_discover_primary_services_by_uuid128()
|
/btstack/src/classic/ |
H A D | sdp_util.c | 143 bool de_get_normalized_uuid(uint8_t *uuid128, const uint8_t *element){ in de_get_normalized_uuid() 167 uint8_t uuid128[16]; in de_get_uuid32() local 661 uint8_t * uuid128; member 679 int sdp_record_contains_UUID128(uint8_t *record, uint8_t *uuid128){ in sdp_record_contains_UUID128() 790 uint8_t* sdp_service_search_pattern_for_uuid128(const uint8_t * uuid128){ in sdp_service_search_pattern_for_uuid128()
|
H A D | sdp_client_rfcomm.c | 403 …and_name_for_uuid128(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_t * uuid128){ in sdp_client_query_rfcomm_channel_and_name_for_uuid128()
|
/btstack/tool/ |
H A D | uuid128_formats.py | 30 uuid128 = sys.argv[1] variable
|
/btstack/src/ |
H A D | ad_parser.c | 139 bool ad_data_contains_uuid128(uint8_t ad_len, const uint8_t * ad_data, const uint8_t * uuid128){ in ad_data_contains_uuid128()
|
H A D | btstack_util.c | 347 void uuid_add_bluetooth_prefix(uint8_t * uuid128, uint32_t short_uuid){ in uuid_add_bluetooth_prefix() 352 bool uuid_has_bluetooth_prefix(const uint8_t * uuid128){ in uuid_has_bluetooth_prefix()
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 1403 uint8_t uuid128[16]; in TEST() local 1433 uint8_t uuid128[16]; in TEST() local 1469 uint8_t uuid128[16]; in TEST() local
|
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 107 uint8_t uuid128[16]; in LLVMFuzzerTestOneInput() local
|
/btstack/example/ |
H A D | gatt_browser.c | 126 static void printUUID(uint8_t * uuid128, uint16_t uuid16){ in printUUID()
|
/btstack/platform/daemon/binding/java/example/com/bluekitchen/ |
H A D | GATTClientTest.java | 55 private BT_UUID uuid128(byte[] att_uuid) { in uuid128() method in GATTClientTest
|
/btstack/port/mtk/LEScan/src/com/bluekitchen/lescan/ |
H A D | MainActivity.java | 698 private BT_UUID uuid128(byte[] att_uuid) { in uuid128() method in MainActivity
|
/btstack/test/embedded/ |
H A D | btstack_util_test.cpp | 213 …uint8_t uuid128[] = {0x44, 0x44, 0x55, 0x55, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5F,… in TEST() local
|
/btstack/test/att_db/ |
H A D | att_db_test.cpp | 164 …const uint8_t uuid128[] = {0x00, 0x00, 0xFF, 0x11, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80,… in TEST_GROUP() local
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 896 uint8_t uuid128[16]; in btstack_command_handler() local
|