Other Parts Discussed in Thread: CC2640
Hi!,
We have some customers who have samsung phones with an Exynos 9609 / 9610 / 9611 chipsets on their phone. They are unable to discover our product which has the bluetooth 5.0 stack.
I've tried also to use longrange advertisements, but these are advertisements also not discovered.
my advertisement properties / settings: (simply followed the 'GAPADV_PARAMS_LEGACY_SCANN_CONN' macro)
GapAdv_params_t advParamLegacy = { \ .eventProps = GAP_ADV_PROP_CONNECTABLE | GAP_ADV_PROP_SCANNABLE | \ GAP_ADV_PROP_LEGACY, \ .primIntMin = 160, \ .primIntMax = 160, \ .primChanMap = GAP_ADV_CHAN_ALL, \ .peerAddrType = PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID, \ .peerAddr = { 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa }, \ .filterPolicy = GAP_ADV_WL_POLICY_ANY_REQ, \ .txPower = GAP_ADV_TX_POWER_NO_PREFERENCE, \ .primPhy = GAP_ADV_PRIM_PHY_1_MBPS, \ .secPhy = GAP_ADV_SEC_PHY_1_MBPS, \ .sid = 0 \ };
anyone who knows more about these kind of issues?