Home
last modified time | relevance | path

Searched defs:encryption_change (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
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/bta/dm/
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/bta/include/
Dbta_sec_api.h240 bt_encryption_change_evt encryption_change; member
/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()