/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 100 public class GattService extends ProfileService { class 144 private static GattService sGattService; 185 public GattService(Context ctx) { in GattService() method in GattService 278 public static synchronized GattService getGattService() { in getGattService() 290 private static synchronized void setGattService(GattService instance) { in setGattService() 309 if (!GattService.this.isTestModeEnabled()) { in setTestModeEnabled() 410 private GattService mService; 412 BluetoothGattBinder(GattService svc) { in BluetoothGattBinder() 421 private GattService getService() { in getService() 432 GattService service = getService(); in getDevicesMatchingConnectionStates() [all …]
|
D | AdvertiseManager.java | 36 import com.android.bluetooth.gatt.GattService.AdvertiserMap; 50 private final GattService mService; 59 GattService service, in AdvertiseManager()
|
D | GattNativeInterface.java | 31 private GattService mGattService; 40 GattService getGattService() { in getGattService() 406 public void init(GattService gattService) { in init()
|
D | AppAdvertiseStats.java | 53 GattService mGattService; 107 public AppAdvertiseStats(int id, String name, ContextMap map, GattService service) { in AppAdvertiseStats()
|
D | GattDebugUtils.java | 76 static boolean handleDebugAction(GattService svc, Intent intent) { in handleDebugAction()
|
D | ContextMap.java | 242 public App add(int id, C callback, GattService service) { in add()
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 89 message GattService { message 93 repeated GattService included_services = 4; 178 repeated GattService services = 1; 259 GattService service = 1;
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 81 private GattService mService; 84 @Mock private GattService.ClientMap mClientMap; 89 @Mock private GattService.ServerMap mServerMap; 138 mService = new GattService(InstrumentationRegistry.getTargetContext()); in setUp() 168 mService = new GattService(InstrumentationRegistry.getTargetContext()); in testServiceUpAndDown() 702 GattService.ClientMap.App app = mock(GattService.ClientMap.App.class); in restrictedHandles()
|
D | AdvertiseManagerTest.java | 55 @Mock private GattService mService; 57 @Mock private GattService.AdvertiserMap mAdvertiserMap;
|
D | GattDebugUtilsTest.java | 42 @Mock private GattService mService;
|
D | GattServiceBinderTest.java | 71 @Mock private GattService mService; 79 private GattService.BluetoothGattBinder mBinder; 89 mBinder = new GattService.BluetoothGattBinder(mService); in setUp()
|
D | ContextMapTest.java | 64 @Mock private GattService mMockGatt;
|
D | AppAdvertiseStatsTest.java | 54 @Mock private GattService service;
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 34 struct GattService { struct 57 impl GattDatastore for GattService { argument 109 impl GattDatabaseCallbacks for GattService { implementation 153 let this = Rc::new(GattService::default()); in register_gatt_service()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Gatt.kt | 282 GattService.newBuilder() in registerService() 392 ): ArrayList<GattService> { in generateServicesList() 393 val newServicesList = arrayListOf<GattService>() in generateServicesList() 396 GattService.newBuilder() in generateServicesList()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | Config.java | 34 import com.android.bluetooth.gatt.GattService; 118 new ProfileConfig(GattService.isEnabled(), BluetoothProfile.GATT), 163 new ProfileConfig(GattService.isEnabled(), BluetoothProfile.GATT),
|
D | AdapterService.java | 130 import com.android.bluetooth.gatt.GattService; 318 private GattService mGattService; 525 if (GattService.class.getSimpleName().equals(profile.getName()) in processProfileServiceStateChanged() 559 && (GattService.class in processProfileServiceStateChanged() 1022 if (!GattService.isEnabled()) { in bringUpBle() 1100 && GattService.class in stopProfileServices() 1114 mGattService = new GattService(this); in startGattProfileService() 1527 Map.entry(BluetoothProfile.GATT, GattService::new), 2001 mGattService = GattService.getGattService(); in initProfileServices()
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | gatt.py | 40 GattService, 131 GattService( 172 GattService(
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | BluetoothMethodProxy.java | 49 import com.android.bluetooth.gatt.GattService; 269 int id, String name, ContextMap map, GattService service) { in createAppAdvertiseStats()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 17 use bt_topshim_facade_protobuf::facade_grpc::{create_gatt_service, GattService}; 140 impl GattService for GattServiceImpl {
|
/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 31 service GattService { service
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/ |
D | ScanManagerTest.java | 80 import com.android.bluetooth.gatt.GattService; 134 @Mock private GattService mMockGattService;
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 768 return gatt_pb2.GattService(
|