Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c465 if ((opcode & HCI_GRP_VENDOR_SPECIFIC) != HCI_GRP_VENDOR_SPECIFIC in btu_hcif_send_cmd()
514 if ((opcode & HCI_GRP_VENDOR_SPECIFIC) != HCI_GRP_VENDOR_SPECIFIC in btu_hcif_send_cmd_sync()
1140 if ((opcode & HCI_GRP_VENDOR_SPECIFIC) == HCI_GRP_VENDOR_SPECIFIC) { in btu_hcif_hdl_command_complete()
1412 if ((opcode & HCI_GRP_VENDOR_SPECIFIC) == HCI_GRP_VENDOR_SPECIFIC) { in btu_hcif_hdl_command_status()
1419 if ((opcode & HCI_GRP_VENDOR_SPECIFIC) == HCI_GRP_VENDOR_SPECIFIC) { in btu_hcif_hdl_command_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_privacy.c36 #define HCI_VENDOR_BLE_RPA_VSC (0x0155 | HCI_GRP_VENDOR_SPECIFIC)
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h45 #define HCI_GRP_VENDOR_SPECIFIC (0x3F << 10) /* 0xFC00 */ macro
1488 #define HCI_BRCM_SET_ACL_PRIORITY (0x0057 | HCI_GRP_VENDOR_SPECIFIC)
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1883 UINT16_TO_STREAM (pp, HCI_GRP_VENDOR_SPECIFIC | opcode); in btsnd_hcic_vendor_spec_cmd()