esp32 c3 coded phy messages
Posted: Tue Dec 21, 2021 7:06 pm
Hi All!
I am using multi-adv example ( esp-idf ) for esp32c3 . In which i am sending the coded phy messages and receiving from ble5-_security_client example.
Tx Side i am sending the following data using coded phy . " ESP_MULTI_ADV_CODED"
and on Rx side i am receiving
I (8315684) SEC_GATTC_DEMO: extend adv, adv type 0x2 data len rssi -51
I (8315694) SEC_GATTC_DEMO: extend adv, adv type 0xa data len
ESP_MULTI_ADV_CODED rssi -51
My question is that I should receive the single message which is
(8315694) SEC_GATTC_DEMO: extend adv, adv type 0xa data len
ESP_MULTI_ADV_CODED rssi -51
why I am receiving this packet as well.
I (8315684) SEC_GATTC_DEMO: extend adv, adv type 0x2
Thanks in Advance .
I am using multi-adv example ( esp-idf ) for esp32c3 . In which i am sending the coded phy messages and receiving from ble5-_security_client example.
Tx Side i am sending the following data using coded phy . " ESP_MULTI_ADV_CODED"
and on Rx side i am receiving
I (8315684) SEC_GATTC_DEMO: extend adv, adv type 0x2 data len rssi -51
I (8315694) SEC_GATTC_DEMO: extend adv, adv type 0xa data len
ESP_MULTI_ADV_CODED rssi -51
My question is that I should receive the single message which is
(8315694) SEC_GATTC_DEMO: extend adv, adv type 0xa data len
ESP_MULTI_ADV_CODED rssi -51
why I am receiving this packet as well.
I (8315684) SEC_GATTC_DEMO: extend adv, adv type 0x2
Thanks in Advance .