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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_auth.c379 if ( (key_type & BTM_LE_KEY_LCSRK) &&
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c167 key_type != BTM_LE_KEY_LCSRK))
182 key_type == BTM_LE_KEY_LCSRK)
957 case BTM_LE_KEY_LCSRK:/* local CSRK has been delivered */
961 p_rec->ble.key_type |= BTM_LE_KEY_LCSRK;
962 BTM_TRACE_DEBUG("BTM_LE_KEY_LCSRK key_type=0x%x DIV=0x%x scrk_sec_level=0x%x local_counter=%d",
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_act.c287 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LCSRK, &key, TRUE);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h698 #define BTA_LE_KEY_LCSRK BTM_LE_KEY_LCSRK /* local CSRK has been deliver to peer */
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1611 #define BTM_LE_KEY_LCSRK (SMP_SEC_KEY_TYPE_CSRK << 3) /* local CSRK has been deliver to peer */ macro

Completed in 105 milliseconds