Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h94 #define BTA_HH_PROTO_BOOT_MODE (0x01) macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c516 if ( mode == BTA_HH_PROTO_BOOT_MODE && in bta_hh_le_find_rpt_by_idtype()
811 else if (proto_mode == BTA_HH_PROTO_BOOT_MODE) { in bta_hh_le_register_input_notif()
989 if (mode == BTA_HH_PROTO_BOOT_MODE) { in bta_hh_le_set_protocol_mode()
1007 … mode = (mode == BTA_HH_PROTO_BOOT_MODE) ? BTA_HH_LE_PROTO_BOOT_MODE : BTA_HH_LE_PROTO_REPORT_MODE; in bta_hh_le_set_protocol_mode()
1862 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode()
Dbta_hh_act.c746 BTA_HH_PROTO_RPT_MODE : BTA_HH_PROTO_BOOT_MODE; in bta_hh_ctrl_dat_act()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c92 proto_mode = BTA_HH_PROTO_BOOT_MODE; in proto_mode_change_to_lower_layer()
117 case BTA_HH_PROTO_BOOT_MODE: in proto_mode_change_to_upper_layer()
1435 … : (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" in btc_hh_cb_handler()