Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_ecc.c345 send_cmd_status(BT_HCI_OP_LE_P256_PUBLIC_KEY, status); in le_p256_pub_key()
354 case BT_HCI_OP_LE_P256_PUBLIC_KEY: in bt_hci_ecc_send()
Decc.c121 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_P256_PUBLIC_KEY, NULL, NULL); in bt_pub_key_gen()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1334 #define BT_HCI_OP_LE_P256_PUBLIC_KEY BT_OP(BT_OGF_LE, 0x0025) /* 0x2025 */ macro