Bluetooth: host: Add set connectionless CTE TX params wrapper function
Add implementation of a wrapper for HCI_LE_Set_- Connectionless_CTE_Transmit_Parameters send command. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
9bfc095d4a
commit
098f767298
3 changed files with 109 additions and 0 deletions
|
@ -187,6 +187,8 @@ struct bt_hci_cmd_hdr {
|
|||
BT_LE_FEAT_BIT_PER_ADV)
|
||||
#define BT_FEAT_LE_CONNECTIONLESS_CTE_TX(feat) BT_LE_FEAT_TEST(feat, \
|
||||
BT_LE_FEAT_BIT_CONNECTIONLESS_CTE_TX)
|
||||
#define BT_FEAT_LE_ANT_SWITCH_TX_AOD(feat) BT_LE_FEAT_TEST(feat, \
|
||||
BT_LE_FEAT_BIT_ANT_SWITCH_TX_AOD)
|
||||
#define BT_FEAT_LE_PAST_SEND(feat) BT_LE_FEAT_TEST(feat, \
|
||||
BT_LE_FEAT_BIT_PAST_SEND)
|
||||
#define BT_FEAT_LE_PAST_RECV(feat) BT_LE_FEAT_TEST(feat, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue