Home
last modified time | relevance | path

Searched refs:tBTM_LE_PID_KEYS (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api_types.h64 } tBTM_LE_PID_KEYS; typedef
69 tBTM_LE_PID_KEYS pid_key; /* peer device ID key */
/packages/modules/Bluetooth/system/bta/include/
Dbta_sec_api.h111 tBTM_LE_PID_KEYS pid_key; /* peer device ID key */
115 tBTM_LE_PID_KEYS lid_key; /* local device ID key for the particular remote */
/packages/modules/Bluetooth/system/btif/include/
Dbtif_dm.h132 tBTM_LE_PID_KEYS pid_key; /* peer device ID key */
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc80 {BTM_LE_KEY_PID, BTIF_STORAGE_KEY_LE_KEY_PID, sizeof(tBTM_LE_PID_KEYS)},
86 {BTM_LE_KEY_LID, BTIF_STORAGE_KEY_LE_KEY_LID, sizeof(tBTM_LE_PID_KEYS)},
913 sizeof(tBTM_LE_PID_KEYS)) == BT_STATUS_SUCCESS) { in btif_storage_load_le_devices()
Dbtif_dm.cc3731 BTM_LE_KEY_PID, sizeof(tBTM_LE_PID_KEYS)); in btif_dm_save_ble_bonding_keys()