Searched refs:lcsrk_key (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/btif/include/
H A Dbtif_dm.h111 btif_dm_ble_lcsrk_keys_t lcsrk_key; /* local device CSRK = d1(ER,DIV,1)*/ member in struct:__anon1008
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c1816 pairing_cb.ble.lcsrk_key.counter = p_data->ble_key.key_value.lcsrk_key.counter;
1817 pairing_cb.ble.lcsrk_key.div = p_data->ble_key.key_value.lcsrk_key.div;
1818 pairing_cb.ble.lcsrk_key.sec_level = p_data->ble_key.key_value.lcsrk_key.sec_level;
1820 BTIF_TRACE_DEBUG("pairing_cb.ble.lcsrk_key.div=0x%04x",pairing_cb.ble.lcsrk_key.div);
1821 BTIF_TRACE_DEBUG("pairing_cb.ble.lcsrk_key.counter=0x%08x",pairing_cb.ble.lcsrk_key
[all...]
H A Dbtif_storage.c1319 BTIF_TRACE_DEBUG("p->lcsrk_key.div=0x%04x",p->lcsrk_key.div);
1320 BTIF_TRACE_DEBUG("p->lcsrk_key.counter=0x%08x",p->lcsrk_key.counter);
1321 BTIF_TRACE_DEBUG("p->lcsrk_key.sec_level=0x%02x",p->lcsrk_key.sec_level);
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_act.c284 key.lcsrk_key.div = p_cb->div;
285 key.lcsrk_key.sec_level = p_cb->sec_level;
286 key.lcsrk_key.counter = 0; /* initialize the local counter */
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c958 p_rec->ble.keys.div = p_keys->lcsrk_key.div; /* update DIV */
959 p_rec->ble.keys.local_csrk_sec_level = p_keys->lcsrk_key.sec_level;
960 p_rec->ble.keys.local_counter = p_keys->lcsrk_key.counter;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h714 tBTA_LE_LCSRK_KEYS lcsrk_key; /* local device CSRK = d1(ER,DIV,1)*/ member in union:__anon703
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1697 tBTM_LE_LCSRK_KEYS lcsrk_key; /* local device CSRK = d1(ER,DIV,1)*/ member in union:__anon1450

Completed in 3511 milliseconds