Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dscan.c2216 buf = bt_hci_cmd_create(BT_HCI_OP_LE_DEFAULT_PAST_PARAM, sizeof(*cp)); in default_past_param_set()
2229 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_DEFAULT_PAST_PARAM, buf, NULL); in default_past_param_set()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2052 #define BT_HCI_OP_LE_DEFAULT_PAST_PARAM BT_OP(BT_OGF_LE, 0x005d) /* 0x205d */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4851 case BT_OCF(BT_HCI_OP_LE_DEFAULT_PAST_PARAM):