Home
last modified time | relevance | path

Searched defs:service_uuid (Results 1 – 6 of 6) sorted by relevance

/external/openthread/tools/tcat_ble_client/ble/
Dble_stream.py43 def __init__(self, client, service_uuid, tx_char_uuid, rx_char_uuid): argument
68 async def create(cls, address, service_uuid, tx_char_uuid, rx_char_uuid): argument
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
Dlow_energy_connection_request.h37 std::optional<UUID> service_uuid = std::nullopt; member
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_gatt_server.cc154 UUID service_uuid; in HandleFindByTypeValue() local
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dcentral.h60 std::optional<Uuid> service_uuid; member
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dadvertising_data_test.cc58 auto service_uuid = UUID(kId1As16); in TEST() local
682 auto service_uuid = UUID(kId1As16); in TEST() local
769 auto service_uuid = UUID(kId1As16); in TEST() local
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_connection.cc634 std::optional<UUID> service_uuid) { in InitializeGatt()