Home
last modified time | relevance | path

Searched refs:HCI_ERR_ILLEGAL_PARAMETER_FMT (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c284 update_wl_cb(HCI_ERR_ILLEGAL_PARAMETER_FMT,to_add); in btm_update_dev_to_white_list()
316 update_wl_cb(HCI_ERR_ILLEGAL_PARAMETER_FMT,to_add); in btm_update_dev_to_white_list()
Dbtm_devctl.c1100 case HCI_ERR_ILLEGAL_PARAMETER_FMT: in btm_set_afh_channels_complete()
1173 case HCI_ERR_ILLEGAL_PARAMETER_FMT: in btm_ble_set_channels_complete()
Dbtm_ble_5_gap.c80 case HCI_ERR_ILLEGAL_PARAMETER_FMT: in btm_ble_hci_status_to_str()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c338 case HCI_ERR_ILLEGAL_PARAMETER_FMT: in btc_hci_to_esp_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c490 return HCI_ERR_ILLEGAL_PARAMETER_FMT; in btu_hcif_send_cmd_sync()
495 return HCI_ERR_ILLEGAL_PARAMETER_FMT; in btu_hcif_send_cmd_sync()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h852 #define HCI_ERR_ILLEGAL_PARAMETER_FMT 0x12 macro