Home
last modified time | relevance | path

Searched defs:gatt_service (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dgeneric_attribute_service_test.cc57 GenericAttributeService gatt_service(mgr.GetWeakPtr(), NopSendIndication); in TEST_F() local
101 GenericAttributeService gatt_service(mgr.GetWeakPtr(), in TEST_F() local
136 GenericAttributeService gatt_service(mgr.GetWeakPtr(), NopSendIndication); in TEST_F() local
170 GenericAttributeService gatt_service(mgr.GetWeakPtr(), in TEST_F() local
220 GenericAttributeService gatt_service(mgr.GetWeakPtr(), NopSendIndication); in TEST_F() local
H A Dremote_service_manager_test.cc3519 ServiceData gatt_service() const { in gatt_service() function in bt::gatt::internal::__anond71384760111::RemoteServiceManagerServiceChangedTest
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dmain.rs16 mod gatt_service; module
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py66 def __init__(self, loop: asyncio.AbstractEventLoop, gatt_service): argument