Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java43 public class GattServer { class
61 public GattServer(Context context) { in GattServer() method in GattServer
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs70 GattServer(GattServerCallbacks), enumerator
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs66 GattServer(ServerId), enumerator
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1174 unsafe impl Send for GattServer {} implementation
1379 pub struct GattServer { struct
1380 internal: RawGattServerWrapper, argument
1381 internal_cxx: cxx::UniquePtr<ffi::GattServerIntf>, argument
1384 impl GattServer { impl