Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c1596 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_PRIVACY_MODE, sizeof(cp)); in hci_api_le_set_privacy_mode()
1604 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_PRIVACY_MODE, buf, NULL); in hci_api_le_set_privacy_mode()
A Dhci_core.c4126 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_PRIVACY_MODE, sizeof(cp)); in le_set_privacy_mode()
4133 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_PRIVACY_MODE, buf, NULL); in le_set_privacy_mode()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h1254 #define BT_HCI_OP_LE_SET_PRIVACY_MODE BT_OP(BT_OGF_LE, 0x004e) macro

Completed in 29 milliseconds