Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h68 } btgatt_test_params_t; typedef
311 bt_status_t (*test_command)(int command, const btgatt_test_params_t& params);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc73 int command, const btgatt_test_params_t* params);
675 const btgatt_test_params_t& params) { in btif_gattc_test_command()
807 int command, const btgatt_test_params_t* params) { in btif_gattc_test_command_impl()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs25 pub type BtGattTestParams = bindings::btgatt_test_params_t;
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2540 btgatt_test_params_t params; in gattTestNative()