Nikita

Results 11 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

The chip has 62K as other in x035 series. 62K is mentioned in pdf files and x035 page desciption (WCH website), same time chips list page says it is 48K,...

Hi ! How do you think can you accept patch that allow disable usb functions? I need this for embedded env, as now I need put libusb to rootfs, while...

Hello! Nimble is used under GNU/Linux. I am getting data in separate stream and I want to send data through notifications. Sometimes I can get a lot of data, I...