This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BLE

Currently Iam working on the BLE device . I came across one use cases , where BLE device should accept only txphy1M and txphy2M. using BLE client  , I need to send PHY value with txphycoded .

Can anyone help me to know which API  I should use in Btool  which help me to send  'txphycoded' value to the BLE device or allow Btool to set with txphycoded

 I have tried  following API. 

HCI_LE_setphy : still not able to set phycoded 

GAPInit Connet : here when I configured this , after sending connect request using Btoool , I have received 'GapInitFailed-> BleAlredyInRequestMode' .Hence , not able to connect with the BLE device

is it expected behavior of the BLE device?