Home
last modified time | relevance | path

Searched refs:BTM_LE_KEY_LCSRK (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c116 case BTM_LE_KEY_LCSRK: in _btc_storage_add_ble_bonding_key()
176 case BTM_LE_KEY_LCSRK: in _btc_storage_get_ble_bonding_key()
421 case BTM_LE_KEY_LCSRK: in _btc_storage_compare_address_key_value()
798 _btc_read_le_key(BTM_LE_KEY_LCSRK, sizeof(tBTM_LE_LCSRK_KEYS), in _btc_storage_in_fetch_bonded_ble_device()
Dbtc_dm.c233 BTM_LE_KEY_LCSRK, in btc_dm_save_ble_bonding_keys()
906 case BTM_LE_KEY_LCSRK: { in btc_dm_sec_cb_handler()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c372 (key_type & BTM_LE_KEY_LCSRK) && in gatt_determine_sec_act()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c166 key_type != BTM_LE_KEY_LCSRK && key_type != BTM_LE_KEY_LID)) { in BTM_SecAddBleKey()
1370 case BTM_LE_KEY_LCSRK:/* local CSRK has been delivered */ in btm_sec_save_le_key()
1375 p_rec->ble.key_type |= BTM_LE_KEY_LCSRK; in btm_sec_save_le_key()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h721 #define BTA_LE_KEY_LCSRK BTM_LE_KEY_LCSRK /* local CSRK has been deliver to peer */
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1660 #define BTM_LE_KEY_LCSRK (SMP_SEC_KEY_TYPE_CSRK << 4) /* local CSRK has been deliver to peer */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c431 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LCSRK, (tBTM_LE_KEY_VALUE *)&key, TRUE); in smp_send_csrk_info()