Nikita

Results 7 issues of Nikita

``` BR2_PACKAGE_DROPBEAR=y BR2_PACKAGE_DROPBEAR_CLIENT=y BR2_PACKAGE_DROPBEAR_SMALL=y ```

enhancement

In case when we are booting kernel without ip settings, there should be some default eth0 interface definition.

enhancement

Hi! Are there any way (even nimble patching) to get channel (37, 38 or 39) I got BLE_GAP_EVENT_DISC with some advert packet? Or another approach (worse, but still usable): are...

I am starting discovery procedure lie this: ``` ... struct ble_gap_disc_params disc_params; memset(&disc_params, 0, sizeof(disc_params)); disc_params.filter_duplicates = 0; disc_params.passive = 0; disc_params.itvl = 0; //Scan interval in 0.625ms units disc_params.window...

Hello! I checked https://github.com/bluez/bluez/blob/master/doc/org.bluez.Device.rst but I cannot find any information related to the flag that show that device is connectable. Are there any way to get this information for each...

Are there anything like flex`s start states or ply`s states? Or maybe some other way should be used to archive similar behaviour?

Hello! Are there any chance to get connactable flag for scanned devices with bluez backend, like there is one in macos backend in private_data?

enhancement