Home
last modified time | relevance | path

Searched refs:HCI_BLE_RAND (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1160 if (op_code == HCI_BLE_RAND) { in btm_ble_rand_enc_complete()
2603 if (p && p->opcode == HCI_BLE_RAND) {
2626 if (p && p->opcode == HCI_BLE_RAND) {
2730 if (p && p->opcode == HCI_BLE_RAND) {
2761 if (p && p->opcode == HCI_BLE_RAND) {
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c467 && (opcode != HCI_BLE_RAND) in btu_hcif_send_cmd()
516 && (opcode != HCI_BLE_RAND) in btu_hcif_send_cmd_sync()
1041 case HCI_BLE_RAND: in btu_hcif_hdl_command_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c608 UINT16_TO_STREAM (pp, HCI_BLE_RAND); in btsnd_hcic_ble_rand()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h330 #define HCI_BLE_RAND (0x0018 | HCI_GRP_BLE_CMDS) macro