Searched refs:stop_service (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/suite/gatt/ |
D | gatt_unittest.cc | 104 gatt_server_interface()->stop_service(server_if, service_handle()); in TEST_F()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 168 bt_status_t (*stop_service)(int server_if, int service_handle); member
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 357 async def stop_service(self): member in GattClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1404 pub fn stop_service(&self, server_if: i32, service_handle: i32) -> BtStatus { in stop_service() method 1405 BtStatus::from(ccall!(self, stop_service, server_if, service_handle)) in stop_service()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 702 fn stop_service(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in stop_service() method
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 2064 sGattIf->server->stop_service(server_if, svc_handle); in gattServerStopServiceNative()
|