Home
last modified time | relevance | path

Searched defs:handle (Results 51 – 75 of 9246) sorted by relevance

12345678910>>...370

/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddatabase.c9 static int assert_init(semanage_handle_t * handle, dbase_config_t * dconfig) in assert_init()
24 static int enter_ro(semanage_handle_t * handle, dbase_config_t * dconfig) in enter_ro()
49 static inline int exit_ro(semanage_handle_t * handle) in exit_ro()
61 static int enter_rw(semanage_handle_t * handle, dbase_config_t * dconfig) in enter_rw()
82 int dbase_modify(semanage_handle_t * handle, in dbase_modify()
96 int dbase_set(semanage_handle_t * handle, in dbase_set()
110 int dbase_del(semanage_handle_t * handle, in dbase_del()
123 int dbase_query(semanage_handle_t * handle, in dbase_query()
139 int dbase_exists(semanage_handle_t * handle, in dbase_exists()
155 int dbase_count(semanage_handle_t * handle, in dbase_count()
[all …]
H A Ddatabase_llist.c16 int dbase_llist_needs_resync(semanage_handle_t * handle, dbase_llist_t * dbase) in dbase_llist_needs_resync()
37 int dbase_llist_cache_prepend(semanage_handle_t * handle, in dbase_llist_cache_prepend()
88 int dbase_llist_set_serial(semanage_handle_t * handle, dbase_llist_t * dbase) in dbase_llist_set_serial()
102 static int dbase_llist_cache_locate(semanage_handle_t * handle, in dbase_llist_cache_locate()
128 int dbase_llist_exists(semanage_handle_t * handle, in dbase_llist_exists()
148 int dbase_llist_add(semanage_handle_t * handle, in dbase_llist_add()
165 int dbase_llist_set(semanage_handle_t * handle, in dbase_llist_set()
193 int dbase_llist_modify(semanage_handle_t * handle, in dbase_llist_modify()
221 int dbase_llist_count(semanage_handle_t * handle __attribute__ ((unused)), in dbase_llist_count()
229 int dbase_llist_query(semanage_handle_t * handle, in dbase_llist_query()
[all …]
H A Dnode_record.c51 int semanage_node_key_create(semanage_handle_t * handle, in semanage_node_key_create()
61 int semanage_node_key_extract(semanage_handle_t * handle, in semanage_node_key_extract()
78 int semanage_node_get_addr(semanage_handle_t * handle, in semanage_node_get_addr()
86 int semanage_node_get_addr_bytes(semanage_handle_t * handle, in semanage_node_get_addr_bytes()
95 int semanage_node_set_addr(semanage_handle_t * handle, in semanage_node_set_addr()
103 int semanage_node_set_addr_bytes(semanage_handle_t * handle, in semanage_node_set_addr_bytes()
113 int semanage_node_get_mask(semanage_handle_t * handle, in semanage_node_get_mask()
121 int semanage_node_get_mask_bytes(semanage_handle_t * handle, in semanage_node_get_mask_bytes()
130 int semanage_node_set_mask(semanage_handle_t * handle, in semanage_node_set_mask()
138 int semanage_node_set_mask_bytes(semanage_handle_t * handle, in semanage_node_set_mask_bytes()
[all …]
/aosp_15_r20/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareImplTest.java83 int handle = module.loadModel(model); in loadGenericModel() local
102 int handle = module.loadPhraseModel(model); in loadPhraseModel() local
109 private void unloadModel(ISoundTriggerModule module, int handle, int hwHandle) in unloadModel()
116 private void startRecognition(ISoundTriggerModule module, int handle, int hwHandle) in startRecognition()
128 private void stopRecognition(ISoundTriggerModule module, int handle, int hwHandle) in stopRecognition()
178 int handle = loadGenericModel(module, hwHandle).first; in testLoadUnloadModel() local
191 int handle = loadResult.first; in testLoadPreemptModel() local
208 int handle = loadPhraseModel(module, hwHandle).first; in testLoadUnloadPhraseModel() local
220 int handle = loadGenericModel(module, hwHandle).first; in testStartStopRecognition() local
240 int handle = loadGenericModel(module, hwHandle).first; in testStartRecognitionBusy() local
[all …]
H A DSoundHw2CompatTest.java191 final int handle = 29; in loadGenericModel_2_0() local
224 final int handle = 29; in loadGenericModel_2_1() local
306 final int handle = 29; in loadPhraseModel_2_0() local
338 final int handle = 29; in loadPhraseModel_2_1() local
388 private void startRecognition_2_0(int handle, ISoundTriggerHal.ModelCallback canonicalCallback) in startRecognition_2_0()
408 private void startRecognition_2_1(int handle, ISoundTriggerHal.ModelCallback canonicalCallback) in startRecognition_2_1()
431 private void startRecognition_2_3(int handle) throws Exception { in startRecognition_2_3()
445 private void startRecognition(int handle, ISoundTriggerHal.ModelCallback canonicalCallback) in startRecognition()
461 final int handle = loadGenericModel(canonicalCallback); in testStartRecognition() local
619 final int handle = 85; in validateCallback_2_0() local
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DNativeActivity.java95 private native void unloadNativeCode(long handle); in unloadNativeCode()
96 private native void onStartNative(long handle); in onStartNative()
97 private native void onResumeNative(long handle); in onResumeNative()
98 private native byte[] onSaveInstanceStateNative(long handle); in onSaveInstanceStateNative()
99 private native void onPauseNative(long handle); in onPauseNative()
100 private native void onStopNative(long handle); in onStopNative()
101 private native void onConfigurationChangedNative(long handle); in onConfigurationChangedNative()
102 private native void onLowMemoryNative(long handle); in onLowMemoryNative()
103 private native void onWindowFocusChangedNative(long handle, boolean focused); in onWindowFocusChangedNative()
104 private native void onSurfaceCreatedNative(long handle, Surface surface); in onSurfaceCreatedNative()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dlookup_ops.cc33 ShapeHandle handle; in TwoElementVectorInputsAndScalarOutputs() local
46 ShapeHandle handle; in ScalarAndTwoElementVectorInputsAndScalarOutputs() local
78 ShapeHandle handle; in __anoncb23bfa30202() local
169 ShapeHandle handle; in __anoncb23bfa30302() local
192 ShapeHandle handle; in __anoncb23bfa30402() local
208 ShapeHandle handle; in __anoncb23bfa30502() local
220 ShapeHandle handle; in __anoncb23bfa30602() local
247 ShapeHandle handle; in __anoncb23bfa30702() local
267 ShapeHandle handle; in __anoncb23bfa30802() local
291 ShapeHandle handle; in __anoncb23bfa30902() local
[all …]
/aosp_15_r20/external/selinux/libsepol/src/
H A Dnode_record.c44 static int node_parse_addr(sepol_handle_t * handle, in node_parse_addr()
88 static int node_alloc_addr(sepol_handle_t * handle, in node_alloc_addr()
134 static int node_expand_addr(sepol_handle_t * handle, in node_expand_addr()
183 static int node_alloc_addr_string(sepol_handle_t * handle, in node_alloc_addr_string()
222 int sepol_node_key_create(sepol_handle_t * handle, in sepol_node_key_create()
271 int sepol_node_key_extract(sepol_handle_t * handle, in sepol_node_key_extract()
352 int sepol_node_get_addr(sepol_handle_t * handle, in sepol_node_get_addr()
374 int sepol_node_get_addr_bytes(sepol_handle_t * handle, in sepol_node_get_addr_bytes()
392 int sepol_node_set_addr(sepol_handle_t * handle, in sepol_node_set_addr()
417 int sepol_node_set_addr_bytes(sepol_handle_t * handle, in sepol_node_set_addr_bytes()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java37 public int handle = 0; field in HandleMap.Entry
46 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
57 int handle, in Entry()
71 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry()
79 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
93 RequestData(int connId, int handle) { in RequestData()
115 int handle, in addService()
123 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
128 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
139 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
[all …]
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_userptr_blits.c87 static void gem_userptr_sync(int fd, uint32_t handle) in gem_userptr_sync()
98 uint32_t handle; in copy() local
178 uint32_t handle; in blit() local
299 uint32_t handle; in create_userptr() local
330 static void add_handle_ptr(uint32_t handle, void *ptr, int size) in add_handle_ptr()
354 static void *get_handle_ptr(uint32_t handle) in get_handle_ptr()
360 static void free_handle_ptr(uint32_t handle) in free_handle_ptr()
372 uint32_t handle; in create_userptr_bo() local
396 static void clear(int fd, uint32_t handle, uint64_t size) in clear()
405 static void free_userptr_bo(int fd, uint32_t handle) in free_userptr_bo()
[all …]
/aosp_15_r20/external/capstone/
H A Dcs.c423 cs_err CAPSTONE_API cs_errno(csh handle) in cs_errno()
474 cs_err CAPSTONE_API cs_open(cs_arch arch, cs_mode mode, csh *handle) in cs_open()
522 cs_err CAPSTONE_API cs_close(csh *handle) in cs_close()
557 static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCInst *mci, in fill_insn()
622 static uint8_t skipdata_size(cs_struct *handle) in skipdata_size()
672 struct cs_struct *handle; in cs_option() local
824 struct cs_struct *handle; in cs_disasm() local
1055 struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud; in cs_malloc() local
1083 struct cs_struct *handle; in cs_disasm_iter() local
1178 struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud; in cs_reg_name() local
[all …]
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpServer.cpp259 void MtpServer::sendObjectAdded(MtpObjectHandle handle) { in sendObjectAdded()
264 void MtpServer::sendObjectRemoved(MtpObjectHandle handle) { in sendObjectRemoved()
269 void MtpServer::sendObjectInfoChanged(MtpObjectHandle handle) { in sendObjectInfoChanged()
299 void MtpServer::addEditObject(MtpObjectHandle handle, MtpStringBuffer& path, in addEditObject()
305 MtpServer::ObjectEdit* MtpServer::getEditObject(MtpObjectHandle handle) { in getEditObject()
314 void MtpServer::removeEditObject(MtpObjectHandle handle) { in removeEditObject()
633 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectReferences() local
653 MtpStorageID handle = mRequest.getParameter(1); in doSetObjectReferences() local
668 MtpObjectHandle handle = mRequest.getParameter(1); in doGetObjectPropValue() local
681 MtpObjectHandle handle = mRequest.getParameter(1); in doSetObjectPropValue() local
[all …]
/aosp_15_r20/external/tink/cc/core/
H A Dkeyset_handle_test.cc209 auto handle = std::move(result.value()); in TEST_F() local
339 auto handle = std::move(result.value()); in TEST_F() local
446 auto handle = std::move(result.value()); in TEST_F() local
620 util::StatusOr<std::unique_ptr<KeysetHandle>> handle = in TEST_F() local
726 auto handle = std::move(handle_result.value()); in TEST_F() local
741 std::unique_ptr<KeysetHandle> handle = in TEST_F() local
763 auto handle = std::move(handle_result.value()); in TEST_F() local
788 auto handle = TestKeysetHandle::GetKeysetHandle(keyset); in TEST_F() local
799 std::unique_ptr<KeysetHandle> handle = in TEST_F() local
826 util::StatusOr<std::unique_ptr<KeysetHandle>> handle = in TEST_F() local
[all …]
/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Dhandle.h55 struct handle { struct
59 struct handle_ops* ops; argument
62 * handle. argument
73 struct handle_waiter { argument
115 struct handle* handle; member
155 static inline void handle_init(struct handle* handle, struct handle_ops* ops) { in handle_init()
175 static inline void handle_set_cookie(struct handle* handle, void* cookie) { in handle_set_cookie()
179 static inline void* handle_get_cookie(struct handle* handle) { in handle_get_cookie()
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
H A DTensorImpl.java497 private static native void delete(long handle); in delete()
499 private static native ByteBuffer buffer(long handle); in buffer()
501 private static native void writeDirectBuffer(long handle, Buffer src); in writeDirectBuffer()
503 private static native int dtype(long handle); in dtype()
505 private static native int[] shape(long handle); in shape()
507 private static native int[] shapeSignature(long handle); in shapeSignature()
509 private static native int numBytes(long handle); in numBytes()
511 private static native boolean hasDelegateBufferHandle(long handle); in hasDelegateBufferHandle()
513 private static native void readMultiDimensionalArray(long handle, Object dst); in readMultiDimensionalArray()
515 private static native void writeMultiDimensionalArray(long handle, Object src); in writeMultiDimensionalArray()
[all …]
/aosp_15_r20/packages/modules/Uwb/framework/tests/src/android/uwb/
DRangingSessionTest.java78 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testOnRangingOpened_OnOpenSuccessCalled() local
94 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testOnRangingOpened_OnServiceDiscoveredConnectedCalled() local
117 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testOnRangingOpened_CannotOpenClosedSession() local
141 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testOnRangingClosed_OnClosedCalledWhenSessionNotOpen() local
157 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testOnRangingClosed_OnClosedCalled() local
172 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testOnRangingResult_OnReportReceivedCalled() local
188 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testStart_CannotStartIfAlreadyStarted() local
205 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testStop_CannotStopIfAlreadyStopped() local
224 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testStop_CannotStopIfOpenFailed() local
244 SessionHandle handle = new SessionHandle(HANDLE_ID, ATTRIBUTION_SOURCE, PID); in testCallbacks_OnlyWhenOpened() local
[all …]
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp82 bool native_handle_is_invalid(const native_handle_t *const handle) { in native_handle_is_invalid()
117 const ExtraData* GetExtraData(const C2Handle *const handle) { in GetExtraData()
128 ExtraData *GetExtraData(C2Handle *const handle) { in GetExtraData()
150 const native_handle_t *const handle, in WrapAndMoveNativeHandle()
172 const native_handle_t *const handle, in WrapNativeHandle()
191 static uint32_t getPixelFormat(const C2Handle *const handle) { in getPixelFormat()
200 native_handle_t *handle, in MigrateNativeHandle()
216 const C2Handle *const handle) { in UnwrapNativeHandle()
229 const C2Handle *const handle, in Import()
270 const ExtraData* GetExtraData(const C2Handle *const handle) { in GetExtraData()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.cc112 void btsnd_hcic_add_SCO_conn(uint16_t handle, uint16_t packet_types) { in btsnd_hcic_add_SCO_conn()
116 void btsnd_hcic_auth_request(uint16_t handle) { in btsnd_hcic_auth_request()
144 void btsnd_hcic_exit_park_mode(uint16_t handle) { in btsnd_hcic_exit_park_mode()
148 void btsnd_hcic_exit_sniff_mode(uint16_t handle) { in btsnd_hcic_exit_sniff_mode()
152 void btsnd_hcic_hold_mode(uint16_t handle, uint16_t max_hold_period, uint16_t min_hold_period) { in btsnd_hcic_hold_mode()
174 void btsnd_hcic_park_mode(uint16_t handle, uint16_t beacon_max_interval, in btsnd_hcic_park_mode()
189 void btsnd_hcic_read_encryption_key_size(uint16_t handle, ReadEncKeySizeCb cb) { in btsnd_hcic_read_encryption_key_size()
193 void btsnd_hcic_read_failed_contact_counter(uint16_t handle) { in btsnd_hcic_read_failed_contact_counter()
209 void btsnd_hcic_read_rmt_clk_offset(uint16_t handle) { in btsnd_hcic_read_rmt_clk_offset()
213 void btsnd_hcic_read_rssi(uint16_t handle) { in btsnd_hcic_read_rssi()
[all …]
/aosp_15_r20/external/iptables/libiptc/
H A Dlibiptc.c322 unsigned int *idx, struct xtc_handle *handle, in __iptcc_bsearch_chain_index()
423 struct xtc_handle *handle) in iptcc_bsearch_chain_index()
432 struct xtc_handle *handle) in iptcc_bsearch_chain_offset()
452 iptcc_linearly_search_chain_index(const char *name, struct xtc_handle *handle) in iptcc_linearly_search_chain_index()
681 iptcc_find_chain_by_offset(struct xtc_handle *handle, unsigned int offset) in iptcc_find_chain_by_offset()
713 iptcc_find_label(const char *name, struct xtc_handle *handle) in iptcc_find_label()
1411 TC_DUMP_ENTRIES(struct xtc_handle *const handle) in TC_DUMP_ENTRIES()
1436 int TC_IS_CHAIN(const char *chain, struct xtc_handle *const handle) in TC_IS_CHAIN()
1442 static void iptcc_chain_iterator_advance(struct xtc_handle *handle) in iptcc_chain_iterator_advance()
1455 TC_FIRST_CHAIN(struct xtc_handle *handle) in TC_FIRST_CHAIN()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc276 static tPORT* get_port_from_handle(uint16_t handle) { in get_port_from_handle()
293 int RFCOMM_RemoveConnection(uint16_t handle) { in RFCOMM_RemoveConnection()
330 int RFCOMM_RemoveServer(uint16_t handle) { in RFCOMM_RemoveServer()
362 int PORT_SetEventMaskAndCallback(uint16_t handle, uint32_t mask, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventMaskAndCallback()
390 int PORT_ClearKeepHandleFlag(uint16_t handle) { in PORT_ClearKeepHandleFlag()
413 int PORT_SetDataCOCallback(uint16_t handle, tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback()
442 int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr, uint16_t* p_lcid) { in PORT_CheckConnection()
576 int PORT_SetSettings(uint16_t handle, PortSettings* p_settings) { in PORT_SetSettings()
618 int PORT_GetSettings(uint16_t handle, PortSettings* p_settings) { in PORT_GetSettings()
653 int PORT_FlowControl_MaxCredit(uint16_t handle, bool enable) { in PORT_FlowControl_MaxCredit()
[all …]
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt100 val handle = View(context) in <lambda>() constant
157 val handle = View(context) in <lambda>() constant
215 val handle = View(context) in <lambda>() constant
265 val handle = View(context) in <lambda>() constant
318 val handle = View(context) in <lambda>() constant
356 val handle = View(context) in <lambda>() constant
403 val handle = View(context) in <lambda>() constant
456 val handle = View(context) in <lambda>() constant
514 val handle = View(context) in <lambda>() constant
575 val handle = View(context) in <lambda>() constant
[all …]
/aosp_15_r20/external/cronet/net/socket/
H A Dwebsocket_transport_client_socket_pool_unittest.cc174 ClientSocketHandle handle; in TEST_F() local
196 ClientSocketHandle handle; in TEST_F() local
212 ClientSocketHandle handle; in TEST_F() local
235 ClientSocketHandle handle; in TEST_F() local
334 ClientSocketHandle handle; in TEST_F() local
346 ClientSocketHandle handle; in TEST_F() local
375 ClientSocketHandle handle; in TEST_F() local
454 ClientSocketHandle* handle, in RequestSocketOnComplete()
479 ClientSocketHandle handle; in TEST_F() local
560 auto handle = std::make_unique<ClientSocketHandle>(); in TEST_F() local
[all …]
/aosp_15_r20/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp52 for (auto handle : handlesToClose) { in clear() local
61 uint32_t handle = mControlOps->gen_handle(); in open() local
74 void close(uint32_t handle) { in close()
83 uint64_t allocBlock(uint32_t handle, size_t size, uint64_t* physAddr) { in allocBlock()
88 void freeBlock(uint32_t handle, uint64_t off) { in freeBlock()
97 void setHostAddr(uint32_t handle, size_t off, void* hva) { in setHostAddr()
190 void ping(uint32_t handle, AddressSpaceDevicePingInfo* pingInfo) { in ping()
203 int claimShared(uint32_t handle, uint64_t off, uint64_t size) { in claimShared()
224 int unclaimShared(uint32_t handle, uint64_t off) { in unclaimShared()
323 uint64_t allocBlockLocked(uint32_t handle, size_t size, uint64_t* physAddr) { in allocBlockLocked()
[all …]
/aosp_15_r20/packages/services/Car/service-builtin/src/com/android/car/evs/
DEvsHalWrapperImpl.java68 long handle = nativeCreateServiceHandle(); in init() local
80 long handle; in release() local
184 private native boolean nativeConnectToHalServiceIfNecessary(long handle); in nativeConnectToHalServiceIfNecessary()
187 private native void nativeDisconnectFromHalService(long handle); in nativeDisconnectFromHalService()
190 private native boolean nativeOpenCamera(long handle, String cameraId); in nativeOpenCamera()
193 private native void nativeCloseCamera(long handle); in nativeCloseCamera()
196 private native boolean nativeRequestToStartVideoStream(long handle); in nativeRequestToStartVideoStream()
199 private native void nativeRequestToStopVideoStream(long handle); in nativeRequestToStopVideoStream()
202 private native void nativeDoneWithFrame(long handle, int bufferId); in nativeDoneWithFrame()
205 private native void nativeTriggerBinderDied(long handle); in nativeTriggerBinderDied()
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py151 def gatt_client_write_characteristic_without_response_by_handle( argument
159 def gatt_client_write_characteristic_by_handle(self, peer_identifier, argument
167 def gatt_client_read_characteristic_by_handle(self, peer_identifier, argument
182 def gatt_client_read_long_characteristic_by_handle(self, peer_identifier, argument
191 def gatt_client_enable_notifiy_characteristic_by_handle( argument
199 def gatt_client_disable_notifiy_characteristic_by_handle( argument
207 def gatt_client_read_descriptor_by_handle(self, peer_identifier, handle): argument
214 def gatt_client_write_descriptor_by_handle(self, peer_identifier, handle, argument
222 def gatt_client_long_read_descriptor_by_handle(self, peer_identifier, argument
435 def gatt_client_write_characteristic_without_response_by_handle( argument
[all …]

12345678910>>...370