Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dscan.c2193 buf = bt_hci_cmd_create(BT_HCI_OP_LE_PAST_PARAM, sizeof(*cp)); in past_param_set()
2207 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_PAST_PARAM, buf, NULL); in past_param_set()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2038 #define BT_HCI_OP_LE_PAST_PARAM BT_OP(BT_OGF_LE, 0x005c) /* 0x205c */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4847 case BT_OCF(BT_HCI_OP_LE_PAST_PARAM):