Searched defs:execute_write (Results 1 – 4 of 4) sorted by relevance
277 async def execute_write(self): member in GattClient
272 bt_status_t (*execute_write)(int conn_id, int execute); member
570 fn execute_write(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in execute_write() method
1290 pub fn execute_write(&self, conn_id: i32, execute: i32) -> BtStatus { in execute_write() method