Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbt_hh.h167 bthh_protocol_mode_t protocolMode);
171 bthh_protocol_mode_t protocolMode);
/system/bt/binder/android/bluetooth/
DIBluetoothHidHost.aidl46 boolean setProtocolMode(in BluetoothDevice device, int protocolMode); in setProtocolMode() argument
/system/bt/btif/src/
Dbtif_hh.cc1423 UNUSED_ATTR bthh_protocol_mode_t protocolMode) { in get_protocol() argument
1450 bthh_protocol_mode_t protocolMode) { in set_protocol() argument
1453 uint8_t proto_mode = protocolMode; in set_protocol()
1455 VLOG(1) << __func__ << " BTHH: proto_mod=" << protocolMode in set_protocol()
1467 } else if (protocolMode != BTA_HH_PROTO_RPT_MODE && in set_protocol()
1468 protocolMode != BTA_HH_PROTO_BOOT_MODE) { in set_protocol()
1473 BTA_HhSetProtoMode(p_dev->dev_handle, protocolMode); in set_protocol()