A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
U
- useAutoConnect(boolean) - function in no.nordicsemi.android.ble.ConnectRequest
- This method replaces the shouldAutoConnect method.
- useAutoConnect(boolean,boolean) - function in no.nordicsemi.android.ble.ConnectRequest
- Sets whether to connect to the remote device just once (autoConnect == false) or to addthe address to white list of devices that will be automatically connect as soon as theybecome available (autoConnect == true).
- usePreferredPhy(int) - function in no.nordicsemi.android.ble.ConnectRequest
- Sets the preferred PHY used for connection.
- useServer(BleServerManager) - function in no.nordicsemi.android.ble.BleManager
- This method binds the manager with the give server instance.
- useServer(BleServerManager) - function in no.nordicsemi.android.ble.LegacyBleManager
- This method binds the manager with the give server instance.