Recent content by GYUL

  1. G

    How to Android BLE Passive scan?

    While scanning for advertising data with startLeScan method, this method also request to pheripheral device for scan response data. I only want to scan for advertising data. I don't want to send response request to peripheral device. and peripheral device can't change advertise mode. According...
  2. G

    how to Ble scanner Scan response request when i needed?

    My English is so bad. I'm developing bluetooth le scanner app. When device is near by, I want to send 'Scan response request' . and when device is far, I want to stop sending 'Scan response request'. Results found in google, android 'scan callback' is send to device 'Scan response request'. 1...