Searched refs:sc_support (Results 1 – 9 of 9) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
| D | btc_storage.c | 36 BOOLEAN sc_support) in btc_storage_add_bonded_device() argument 71 …t &= btc_config_set_bin(bdstr, BTC_STORAGE_SC_SUPPORT, (uint8_t *)&sc_support, sizeof(sc_support)); in btc_storage_add_bonded_device() 84 UINT8 sc_support = 0; in _btc_storage_in_fetch_bonded_bt_device() local 102 size = sizeof(sc_support); in _btc_storage_in_fetch_bonded_bt_device() 103 btc_config_get_bin(remote_bd_addr, BTC_STORAGE_SC_SUPPORT, &sc_support, &size); in _btc_storage_in_fetch_bonded_bt_device() 106 (UINT8)linkkey_type, 0, pin_length, (UINT8)sc_support); in _btc_storage_in_fetch_bonded_bt_device()
|
| D | btc_dm.c | 357 16, p_auth_cmpl->sc_support); in btc_dm_auth_cmpl_evt()
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
| D | btc_storage.h | 41 BOOLEAN sc_support);
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
| D | btm_dev.c | 63 UINT8 pin_length, UINT8 sc_support) in BTM_SecAddDevice() argument 100 p_dev_rec->remote_secure_connection_previous_state = sc_support; in BTM_SecAddDevice()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
| D | bta_api.h | 810 …BOOLEAN sc_support; /* Denotes if peer device supported secure connection while … member 2089 UINT8 sc_support);
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
| D | btm_api.h | 1440 UINT8 key_type, BOOLEAN sc_support); 3522 UINT8 sc_support);
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
| D | bta_dm_api.c | 851 UINT8 sc_support) in BTA_DmAddDevice() argument 864 p_msg->sc_support = sc_support; in BTA_DmAddDevice()
|
| D | bta_dm_act.c | 66 …R bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, LINK_KEY key, UINT8 key_type, BOOLEAN sc_support); 1136 p_dev->pin_length, p_dev->sc_support)) { in bta_dm_add_device() 3077 BOOLEAN sc_support) in bta_dm_new_link_key_cback() argument 3099 p_auth_cmpl->sc_support = sc_support; in bta_dm_new_link_key_cback()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
| D | bta_dm_int.h | 579 UINT8 sc_support; member
|