Home
last modified time | relevance | path

Searched defs:write_descriptor (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py272 async def write_descriptor(self): member in GattClient
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h248 bt_status_t (*write_descriptor)(int conn_id, uint16_t handle, int auth_req, const uint8_t* value, member
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py356 def write_descriptor(self, address, handle, auth_req, value): member in Bluetooth
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py855 def write_descriptor(self, address, handle, auth_req, value): member in FlossGattClient
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs565 fn write_descriptor(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in write_descriptor() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs834 fn write_descriptor( in write_descriptor() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs564 fn write_descriptor( in write_descriptor() method
2435 fn write_descriptor( in write_descriptor() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1265 pub fn write_descriptor( in write_descriptor() method
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_descriptor_renderpass_framebuffer.cpp6089 VkWriteDescriptorSet write_descriptor = {}; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1726 fn write_descriptor( in write_descriptor() method