Home
last modified time | relevance | path

Searched refs:bt_encryption_change_evt (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.h438 std::function<void(bt_encryption_change_evt encryption_change)> body{
439 [](bt_encryption_change_evt /* encryption_change */) {}};
440 void operator()(bt_encryption_change_evt encryption_change) { body(encryption_change); } in operator()
Dmock_bluetooth_interface.cc63 void invoke_encryption_change_cb(bt_encryption_change_evt /* bd_addr */) {} in invoke_encryption_change_cb() argument
Dmock_bta_dm_act.cc235 void bta_dm_on_encryption_change(bt_encryption_change_evt encryption_change) { in bta_dm_on_encryption_change()
/packages/modules/Bluetooth/system/btif/include/
Dmock_core_callbacks.h68 .invoke_encryption_change_cb = [](bt_encryption_change_evt /* encryption_change */) {},
Dbtif_common.h166 void invoke_encryption_change_cb(bt_encryption_change_evt encryption_change);
Dcore_callbacks.h59 void (*invoke_encryption_change_cb)(bt_encryption_change_evt encryption_change);
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_int.h88 void bta_dm_on_encryption_change(bt_encryption_change_evt encryption_change);
Dbta_dm_sec.cc110 void bta_dm_on_encryption_change(bt_encryption_change_evt encryption_change) { in bta_dm_on_encryption_change()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h506 } bt_encryption_change_evt; typedef
626 typedef void (*encryption_change_callback)(const bt_encryption_change_evt encryption_change);
/packages/modules/Bluetooth/system/bta/include/
Dbta_sec_api.h240 bt_encryption_change_evt encryption_change;
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1529 void invoke_encryption_change_cb(bt_encryption_change_evt encryption_change) { in invoke_encryption_change_cb()
1531 [](bt_encryption_change_evt encryption_change) { in invoke_encryption_change_cb()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp788 static void encryption_change_callback(const bt_encryption_change_evt encryption_change) { in encryption_change_callback()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc3304 bta_dm_on_encryption_change(bt_encryption_change_evt{p_dev_rec->bd_addr, status, in btm_sec_encrypt_change()