Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc611 if (btif_dm_get_smp_config(&nv_config)) bte_appl_cfg = nv_config; in ble_io_req()
616 if (bte_appl_cfg.ble_auth_req) in ble_io_req()
617 *p_auth_req = bte_appl_cfg.ble_auth_req | in ble_io_req()
618 (bte_appl_cfg.ble_auth_req & 0x04) | ((*p_auth_req) & 0x04); in ble_io_req()
631 if (bte_appl_cfg.ble_io_cap <= 4) in ble_io_req()
632 *p_io_cap = static_cast<tBTM_IO_CAP>(bte_appl_cfg.ble_io_cap); in ble_io_req()
634 if (bte_appl_cfg.ble_init_key <= BTM_BLE_INITIATOR_KEY_SIZE) in ble_io_req()
635 *p_init_key = bte_appl_cfg.ble_init_key; in ble_io_req()
637 if (bte_appl_cfg.ble_resp_key <= BTM_BLE_RESPONDER_KEY_SIZE) in ble_io_req()
638 *p_resp_key = bte_appl_cfg.ble_resp_key; in ble_io_req()
[all …]
/packages/modules/Bluetooth/system/btif/co/
Dbta_dm_co.cc23 tBTE_APPL_CFG bte_appl_cfg = { variable
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_co_bta_dm_co.cc27 tBTE_APPL_CFG bte_appl_cfg = { variable
/packages/modules/Bluetooth/system/internal_include/
Dbte_appl.h35 extern tBTE_APPL_CFG bte_appl_cfg;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc871 bte_appl_cfg.ble_auth_req = params->u1; in btif_gattc_test_command_impl()
872 bte_appl_cfg.ble_io_cap = params->u2; in btif_gattc_test_command_impl()
873 bte_appl_cfg.ble_init_key = params->u3; in btif_gattc_test_command_impl()
874 bte_appl_cfg.ble_resp_key = params->u4; in btif_gattc_test_command_impl()
875 bte_appl_cfg.ble_max_key_size = params->u5; in btif_gattc_test_command_impl()