Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 35) sorted by relevance

12

/btstack/tool/
H A Dcompile_gatt.py177 def keyForUUID(uuid): argument
183 def c_string_for_uuid(uuid): argument
194 def parseUUID128(uuid): argument
201 def parseUUID(uuid): argument
324 def write_uuid(fout, uuid): argument
670 def parseGenericDynamicDescriptor(fout, parts, uuid, name): argument
702 def parseGenericDynamicReadOnlyDescriptor(fout, parts, uuid, name): argument
H A Ddump_gatt.py44 def __init__(self, uuid, properties, characteristic_handle, value_handle): argument
54 def __init__(self, uuid, start_handle, end_handle): argument
H A Duuid128_formats.py19 def parseUUID128(uuid): argument
/btstack/src/ble/gatt-service/
H A Ddevice_information_service_client.c101 uint16_t uuid; member
131 uint16_t uuid; member
146 static void device_information_service_update_handle_for_uuid(uint16_t uuid, uint16_t value_handle){ in device_information_service_update_handle_for_uuid()
161 static char * device_information_characteristic_name(uint16_t uuid){ in device_information_characteristic_name()
/btstack/port/arduino/
H A DBTstack.h85 UUID uuid; variable
98 UUID uuid; variable
H A DBTstack.cpp483 bool BLECharacteristic::matches(UUID * uuid){ in matches()
507 bool BLEService::matches(UUID * uuid){ in matches()
829 void BTstackManager::addGATTService(UUID * uuid){ in addGATTService()
832 uint16_t BTstackManager::addGATTCharacteristic(UUID * uuid, uint16_t flags, const char * text){ in addGATTCharacteristic()
835 uint16_t BTstackManager::addGATTCharacteristic(UUID * uuid, uint16_t flags, uint8_t * data, uint16_… in addGATTCharacteristic()
838 uint16_t BTstackManager::addGATTCharacteristicDynamic(UUID * uuid, uint16_t flags, uint16_t charact… in addGATTCharacteristicDynamic()
850 void BTstackManager::iBeaconConfigure(UUID * uuid, uint16_t major_id, uint16_t minor_id, uint8_t me… in iBeaconConfigure()
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DBT_UUID.java13 byte [] uuid = new byte[16]; field in BT_UUID
79 BT_UUID uuid = new BT_UUID(0x2800); in main() local
H A DUtil.java147 public static byte[] serviceSearchPatternForUUID16(int uuid){ in serviceSearchPatternForUUID16()
/btstack/example/
H A Dsdp_bnep_query.c192 uint32_t uuid = de_get_uuid32(element); in handle_sdp_client_query_result() local
231 uint32_t uuid = de_get_uuid32(element); in handle_sdp_client_query_result() local
H A Dpanu_demo.c225 uint32_t uuid = de_get_uuid32(element); in handle_sdp_client_query_result() local
249 uint32_t uuid; in handle_sdp_client_query_result() local
/btstack/src/ble/
H A Datt_db.c59 static bool is_Bluetooth_Base_UUID(uint8_t const *uuid){ in is_Bluetooth_Base_UUID()
73 static uint16_t uuid16_from_uuid(uint16_t uuid_len, uint8_t * uuid){ in uuid16_from_uuid()
93 uint8_t const * uuid; member
144 static bool att_iterator_match_uuid16(att_iterator_t *it, uint16_t uuid){ in att_iterator_match_uuid16()
157 static bool att_iterator_match_uuid(att_iterator_t *it, uint8_t *uuid, uint16_t uuid_len){ in att_iterator_match_uuid()
/btstack/test/des_iterator/
H A Ddes_iterator_test.cpp91 uint32_t uuid = de_get_uuid32(element); in TEST() local
/btstack/src/classic/
H A Dgoep_client.c312 uint32_t uuid; in goep_client_handle_sdp_query_event() local
343 uint32_t uuid; in goep_client_handle_sdp_query_event() local
482 … uint16_t l2cap_ertm_buffer_size, btstack_packet_handler_t handler, bd_addr_t addr, uint16_t uuid, in goep_client_connect()
H A Dsdp_client.c760 uint8_t sdp_client_query_uuid16(btstack_packet_handler_t callback, bd_addr_t remote, uint16_t uuid){ in sdp_client_query_uuid16()
765 …sdp_client_query_uuid128(btstack_packet_handler_t callback, bd_addr_t remote, const uint8_t* uuid){ in sdp_client_query_uuid128()
H A Davrcp.c640 uint32_t uuid = de_get_uuid32(element); in avrcp_handle_sdp_client_query_attribute_value() local
666 uint32_t uuid = de_get_uuid32(protocol_element); in avrcp_handle_sdp_client_query_attribute_value() local
708 uint32_t uuid = de_get_uuid32(protocol_element); in avrcp_handle_sdp_client_query_attribute_value() local
H A Davdtp.c306 uint16_t uuid; in avdtp_handle_start_sdp_client_query() local
620 uint32_t uuid = de_get_uuid32(element); in avdtp_handle_sdp_client_query_attribute_value() local
641 uint32_t uuid; in avdtp_handle_sdp_client_query_attribute_value() local
H A Dgoep_client.h73 uint16_t uuid; member
/btstack/src/
H A Dad_parser.c115 uint16_t uuid = (uint16_t) little_endian_read_16(data, (int) i); in ad_data_contains_uuid16() local
/btstack/test/le_audio/
H A Dle_audio_unicast_headset.c172 uint16_t uuid; in handle_advertisement() local
H A Dle_audio_broadcast_assistant.c399 uint16_t uuid; in packet_handler() local
H A Dle_audio_broadcast_sink.c458 uint16_t uuid; in packet_handler() local
/btstack/platform/daemon/binding/python/btstack/
H A Dbtstack_types.py42 def __init__(self, uuid): argument
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp89 void pUUID128(const uint8_t *uuid) { in pUUID128()
96 …ATT_ATTRIBUTE(const uint8_t * exp_uuid, const uint8_t * exp_handles, uint8_t * uuid, uint16_t star… in CHECK_EQUAL_GATT_ATTRIBUTE()
/btstack/test/hfp/
H A Dmock.c244 …nd_name_for_service_class_uuid(btstack_packet_handler_t callback, bd_addr_t remote, uint16_t uuid){ in sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid()
/btstack/test/embedded/
H A Dbtstack_util_test.cpp212 uint8_t uuid[16]; in TEST() local

12