Searched refs:bluetooth_bytes (Results 1 – 2 of 2) sorted by relevance
106 let bluetooth_bytes = ffi_bluetooth::bluetooth_get_cxx(self.rootcanal_id); in get() localVariable107 let bt_proto = ProtoBluetooth::parse_from_bytes(&bluetooth_bytes).unwrap(); in get()
361 let bluetooth_bytes = ffi_bluetooth::bluetooth_get_cxx(_facade_id.0); in ble_beacon_get() localVariable362 Some(Bluetooth::parse_from_bytes(&bluetooth_bytes).unwrap()) in ble_beacon_get()