Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_auth.c297 if ( (key_type & BTM_LE_KEY_LCSRK) && in gatt_determine_sec_act()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c176 key_type == BTM_LE_KEY_LCSRK) in BTM_SecAddBleKey()
815 case BTM_LE_KEY_LCSRK:/* local CSRK has been delivered */ in btm_sec_save_le_key()
819 p_rec->ble.key_type |= BTM_LE_KEY_LCSRK; in btm_sec_save_le_key()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h476 #define BTA_LE_KEY_LCSRK BTM_LE_KEY_LCSRK /* local CSRK has been deliver to peer */
/external/bluetooth/bluedroid/stack/smp/
Dsmp_act.c258 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LCSRK, &key, TRUE); in smp_send_csrk_info()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1547 #define BTM_LE_KEY_LCSRK (SMP_SEC_KEY_TYPE_CSRK << 3) /* local CSRK has been deliver to p… macro