File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ created. Socket addresses are represented as follows:
140140 - :const: `BTPROTO_L2CAP ` accepts a tuple
141141 ``(bdaddr, psm[, cid[, bdaddr_type]]) `` where:
142142
143- - ``bdaddr ``: String specifying the Bluetooth address.
144- - ``psm `` Integer specifying the Protocol/Service Multiplexer.
145- - ``cid `` Optional integer specifying the Channel Identifier. If not given,
146- defaults to zero.
147- - ``bdaddr_type `` Optional integer specifying the address type;
143+ - ``bdaddr `` is a string specifying the Bluetooth address.
144+ - ``psm `` is an integer specifying the Protocol/Service Multiplexer.
145+ - ``cid `` is an optional integer specifying the Channel Identifier.
146+ If not given, defaults to zero.
147+ - ``bdaddr_type``is an optional integer specifying the address type;
148148 one of :const:`BDADDR_BREDR` (default), :const:`BDADDR_LE_PUBLIC`,
149149 :const:`BDADDR_LE_RANDOM`.
150150
You can’t perform that action at this time.
0 commit comments