1OBEX_PUSH(1) User commands OBEX_PUSH(1)
2
3
4
6 obex_push - Push and Receive Files over the Bluetooth OBEX Push Channel
7
9 obex_push [channel] [bdaddr] [filename]
10
12 obex_push can send and receive files over the Bluetooth OBEX Push
13 Channel.
14
15 This program is designed to be an example application for the openobex
16 library.
17
18 Link your bluetooth device with your computer.
19
20 You can see the SDP services with: "sdptool browse bdaddr"
21
23 If no options are given, any files sent over bluetooth will be received
24 over channel 10 and stored in /tmp. If bdaddr and filename are given,
25 the file will be send to the device specified with bdaddr.
26
27 channel
28 The bluetooth channel to use. Lookup the OBEX Push channel with
29 sdptool browse bdaddr.
30
31 bdaddr
32 The bluetooth address bdaddr of the device to send to.
33
34 filename
35 The file to send.
36
38 Hendrik Sattler <post@hendrik-sattler.de>
39 initial version of manpage
40
41 Harald Hoyer <harald@redhat.com>
42 Initial version of obex_push manpage
43
44
45
46openobex 01/26/2021 OBEX_PUSH(1)