When I input usb line with my android phone into the pc , there are two disks j: and k: (type :removable disk) displayed in win7.
I can get my android phone bluetooth mac address .
import bluetooth
nearby_devices = bluetooth.discover_devices(lookup_names = True)
for addr, phoneName in nearby_devices:
print(addr)
it is XX:XX:XX:XX:XX:XX
Now how can I write a file into the disk j: of my android phone(bluetooth mac is XX:XX:XX:XX:XX:XX )?