Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c954 bt_status_t btc_storage_get_bonded_ble_devices_list(esp_ble_bond_dev_t *bond_dev, int dev_num) in btc_storage_get_bonded_ble_devices_list() argument
978 memcpy(bond_dev->bd_addr, bd_addr.address, sizeof(bt_bdaddr_t)); in btc_storage_get_bonded_ble_devices_list()
980 …if (_btc_storage_get_remote_addr_type((bt_bdaddr_t *)bond_dev->bd_addr, &addr_t) == BT_STATUS_SUCC… in btc_storage_get_bonded_ble_devices_list()
981 bond_dev->bd_addr_type = (uint8_t) addr_t; in btc_storage_get_bonded_ble_devices_list()
984 bond_dev->bd_addr_type = 0xFF; in btc_storage_get_bonded_ble_devices_list()
989 bond_dev->bond_key.key_mask |= ESP_BLE_ENC_KEY_MASK; in btc_storage_get_bonded_ble_devices_list()
990 memcpy(&bond_dev->bond_key.penc_key, buffer, sizeof(tBTM_LE_PENC_KEYS)); in btc_storage_get_bonded_ble_devices_list()
994 bond_dev->bond_key.key_mask |= ESP_BLE_CSR_KEY_MASK; in btc_storage_get_bonded_ble_devices_list()
995 memcpy(&bond_dev->bond_key.pcsrk_key, buffer, sizeof(tBTM_LE_PCSRK_KEYS)); in btc_storage_get_bonded_ble_devices_list()
999 bond_dev->bond_key.key_mask |= ESP_BLE_ID_KEY_MASK; in btc_storage_get_bonded_ble_devices_list()
[all …]
Dbtc_storage.c307 bt_status_t btc_storage_get_bonded_bt_devices_list(bt_bdaddr_t *bond_dev, int *dev_num) in btc_storage_get_bonded_bt_devices_list() argument
329 memcpy(bond_dev, &bd_addr, sizeof(bt_bdaddr_t)); in btc_storage_get_bonded_bt_devices_list()
332 bond_dev++; in btc_storage_get_bonded_bt_devices_list()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_storage.h90 bt_status_t btc_storage_get_bonded_bt_devices_list(bt_bdaddr_t *bond_dev, int *dev_num);
Dbtc_ble_storage.h89 bt_status_t btc_storage_get_bonded_ble_devices_list(esp_ble_bond_dev_t *bond_dev, int dev_num);
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1236 esp_ble_bond_dev_t *bond_dev; /*!< the pointer to the bond device Structure */ member