Beispiel #1
0
 public static extern bool CsrBleHostPasskeyNotificationResult(bool accept, CSR_BLE_BLUETOOTH_ADDRESS device);
Beispiel #2
0
 public static extern void CsrBleHostCancelBonding(CSR_BLE_BLUETOOTH_ADDRESS address);
Beispiel #3
0
 public static extern bool CsrBleHostJustWorksResult(CSR_BLE_BLUETOOTH_ADDRESS device, bool accept, bool bond);
Beispiel #4
0
 public static extern bool CsrBleHostDebond(CSR_BLE_BLUETOOTH_ADDRESS device);
Beispiel #5
0
 public static extern bool CsrBleHostGetRssi(CSR_BLE_BLUETOOTH_ADDRESS address);
Beispiel #6
0
 public static extern bool CsrBleHostUpdateConnectionParams(CSR_BLE_BLUETOOTH_ADDRESS address, ushort connMin, ushort connMax, ushort latency, ushort timeout, ushort minCeLength, ushort maxCeLength);
Beispiel #7
0
 public static extern bool CsrBleHostConnect(CSR_BLE_BLUETOOTH_ADDRESS address);