Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c1374 case HCI_BLE_EXT_CREATE_CONN: in btu_hcif_hdl_command_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1581 UINT16_TO_STREAM(pp, HCI_BLE_EXT_CREATE_CONN); in btsnd_hcic_ble_create_ext_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h375 #define HCI_BLE_EXT_CREATE_CONN (0x0043 | HCI_GRP_BLE_CMDS) macro