Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raspi accessory could not send BT advertisements #5310

Closed
cjandhyala opened this issue Mar 11, 2021 · 2 comments
Closed

raspi accessory could not send BT advertisements #5310

cjandhyala opened this issue Mar 11, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@cjandhyala
Copy link
Contributor

cjandhyala commented Mar 11, 2021

Seems like commit ID "fec9913efb15c2e212e9e918b8429e59968f7ac2" (CHIP does not build with chip_config_network_layer_ble = false (#5244) )introduced regression that raspi accessory can't do BT advertisements.. Code prior to this commit is able to send the BT advertisements

$ sudo ./out/host/chip-lighting-app --wifi
SetupPINCode: [12345678]
SetupQRCode: [CH:I34DV*700 0C9SS0]
CHIP:ZCL: Using ZAP configuration...
CHIP:ZCL: deactivate report event
CHIP:IN: TransportMgr initialized
CHIP:IN: local node id is 12344321

CHIP:DL: wpa_supplicant: _IsWiFiStationProvisioned: interface not connected
CHIP:BLE: Waiting for PBKDF param request
CHIP:DIS: CHIP minimal mDNS configured as 'Commisioning device'.
CHIP:DL: MDNS failed to join multicast group on wlan0 for address type IPv4: Inet Error 1016 (0x000003F8): Address not found
CHIP:DIS: CHIP minimal mDNS started advertising.
CHIP:DIS: Replying to DNS-SD service listing request
CHIP:DIS: Broadcasting mDns reply
CHIP:DIS: Broadcasting mDns reply
CHIP:DIS: Replying to DNS-SD service listing request
CHIP:DIS: Broadcasting mDns reply
CHIP:DIS: Broadcasting mDns reply
CHIP:DIS: Replying to DNS-SD service listing request
CHIP:DIS: Broadcasting mDns reply
CHIP:DIS: Broadcasting mDns reply
CHIP:SVR: Server Listening...
CHIP:DL: FAIL: BLE name is NULL in ConfigureBluezAdv
CHIP:DL: Disabling CHIPoBLE service due to error: Error 4003 (0x00000FA3)
CHIP:DL: wpa_supplicant: connected to wpa_supplicant proxy
CHIP:DL: wpa_supplicant: WiFi interface: /fi/w1/wpa_supplicant1/Interfaces/0
CHIP:DL: wpa_supplicant: connected to wpa_supplicant interface proxy

@franck-apple franck-apple added the bug Something isn't working label Mar 11, 2021
@vivien-apple
Copy link
Contributor

Should be fixed by #5244

@vivien-apple
Copy link
Contributor

Err. I mean #5312. Please reopen if it does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants