Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1558 void invoke_encryption_change_cb(bt_encryption_change_evt encryption_change) { in invoke_encryption_change_cb()
1560 [](bt_encryption_change_evt encryption_change) { in invoke_encryption_change_cb()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc113 void bta_dm_on_encryption_change(bt_encryption_change_evt encryption_change) { in bta_dm_on_encryption_change()
/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_sec_api.h241 bt_encryption_change_evt encryption_change; member
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp791 static void encryption_change_callback(const bt_encryption_change_evt encryption_change) { in encryption_change_callback()