Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_SET_ADV_ENABLE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c1091 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in hci_api_le_adv_enable()
1099 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in hci_api_le_adv_enable()
A Dhci_core.c527 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in set_le_adv_enable_legacy()
541 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in set_le_adv_enable_legacy()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h670 #define BT_HCI_OP_LE_SET_ADV_ENABLE BT_OP(BT_OGF_LE, 0x000a) macro

Completed in 33 milliseconds