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.rs45 GattServer(GattServerCallbacks), enumerator
/packages/modules/Bluetooth/system/service/
Dgatt_server.cc32 GattServer::GattServer(const Uuid& uuid, int server_id) in GattServer() function in bluetooth::GattServer
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1226 pub struct GattServer { struct
1227 internal: RawGattServerWrapper, argument
1230 impl GattServer { impl