Searched refs:MSG_STOP_BLE_SCAN (Results 1 – 2 of 2) sorted by relevance
91 static final int MSG_STOP_BLE_SCAN = 1; field in ScanManager290 sendMessage(MSG_STOP_BLE_SCAN, client); in stopScan()338 case MSG_STOP_BLE_SCAN: in handleMessage()
336 message.what = isStartScan ? ScanManager.MSG_START_BLE_SCAN : ScanManager.MSG_STOP_BLE_SCAN; in createStartStopScanMessage()