Home
last modified time | relevance | path

Searched refs:tBTM_BLE_LOCAL_KEYS (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c199 void BTM_BleLoadLocalKeys(UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key) in BTM_BleLoadLocalKeys()
1603 tBTM_BLE_LOCAL_KEYS *p_locak_keys = NULL; in btm_notify_new_key()
1613 p_locak_keys = (tBTM_BLE_LOCAL_KEYS *)&btm_cb.devcb.id_keys; in btm_notify_new_key()
1618 p_locak_keys = (tBTM_BLE_LOCAL_KEYS *)&btm_cb.devcb.er; in btm_notify_new_key()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h592 BTM_API extern void BTM_BleLoadLocalKeys(UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key);
Dbtm_api.h1666 }tBTM_BLE_LOCAL_KEYS; typedef
1671 typedef void (tBTM_LE_KEY_CALLBACK) (UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key);
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c100 static void bta_dm_ble_id_key_cback (UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key);
370 BTM_BleLoadLocalKeys(BTA_BLE_LOCAL_KEY_TYPE_ER, (tBTM_BLE_LOCAL_KEYS *)&er); in bta_dm_sys_hw_cback()
374 BTM_BleLoadLocalKeys(BTA_BLE_LOCAL_KEY_TYPE_ID, (tBTM_BLE_LOCAL_KEYS *)&id_key); in bta_dm_sys_hw_cback()
4458 static void bta_dm_ble_id_key_cback (UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key) in bta_dm_ble_id_key_cback()
4469 memcpy(&dm_key.ble_id_keys, p_key, sizeof(tBTM_BLE_LOCAL_KEYS)); in bta_dm_ble_id_key_cback()