Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1157 unsafe impl Send for GattServer {} implementation
1364 pub struct GattServer { struct
1365 internal: RawGattServerWrapper, argument
1366 internal_cxx: cxx::UniquePtr<ffi::GattServerIntf>, argument
1369 impl GattServer { implementation
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs88 GattServer(GattServerCallbacks), enumerator
/aosp_15_r20/external/python/bumble/apps/
Dbench.py701 class GattServer: class