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