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