Home
last modified time | relevance | path

Searched refs:GattServer (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattPMCReceiver.java34 private final GattServer mGattServer;
47 mGattServer = new GattServer(context); in GattPMCReceiver()
DGattServer.java43 public class GattServer { class
61 public GattServer(Context context) { in GattServer() method in GattServer
DGattClientListener.java278 UUID sUuid = UUID.fromString(GattServer.TEST_SERVICE_UUID); in writeCharacteristic()
284 UUID cUuid = UUID.fromString(GattServer.WRITABLE_CHAR_UUID); in writeCharacteristic()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs85 GattServer(GattServerCallbacks), enumerator
302 Message::GattServer(m) => { in dispatch()
Dbluetooth_gatt.rs1518 let _ = tx_clone.send(Message::GattServer(cb)).await; in init_profiles()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1165 unsafe impl Send for GattServer {} implementation
1370 pub struct GattServer { struct
1375 impl GattServer { impl
1724 pub server: GattServer,
1760 server: GattServer { in new()
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs66 GattServer(ServerId), enumerator