Home
last modified time | relevance | path

Searched defs:service_handle (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Dtypes.h147 /* const */ uint16_t service_handle; member
191 VolumeAudioInput* FindByServiceHandle(uint16_t service_handle) { in FindByServiceHandle()
237 uint16_t service_handle; member
281 VolumeOffset* FindByServiceHandle(uint16_t service_handle) { in FindByServiceHandle()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc427 static bt_status_t btif_gatts_stop_service(int /* server_if */, int service_handle) { in btif_gatts_stop_service() argument
432 static bt_status_t btif_gatts_delete_service(int /* server_if */, int service_handle) { in btif_gatts_delete_service() argument
/aosp_15_r20/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.h47 int service_handle() const { return service_handle_; } in service_handle() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt2_client_server.cc256 bt::att::Handle service_handle = static_cast<bt::att::Handle>(handle.value); in ConnectToService() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h88 uint16_t service_handle = GAP_INVALID_HANDLE; variable
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc175 void GATTS_StopService(uint16_t service_handle) { in GATTS_StopService()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h95 uint16_t service_handle = GAP_INVALID_HANDLE; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dserver.cc630 for (const auto& service_handle : service_handles_it->second) { in GetRegisteredServices() local
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs395 let service_handle = AttHandle(service_handle); in remove_service() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc427 void GATTS_StopService(uint16_t service_handle) { in GATTS_StopService()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs_bridge_codegen/gen/gensrcs/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.cc914 void remove_service(::std::uint8_t server_id, ::std::uint16_t service_handle) noexcept { in remove_service()
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py1381 def compareIncludedServices(service, service_handle, included_handle, included_uuid): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1491 let service_handle = String::from(get_arg(args, 1)?) in cmd_gatt() localVariable