Searched refs:bte_appl_cfg (Results 1 – 3 of 3) sorted by relevance
30 tBTE_APPL_CFG bte_appl_cfg = variable408 bte_appl_cfg = nv_config; in bta_dm_co_ble_io_req()412 if (bte_appl_cfg.ble_auth_req) in bta_dm_co_ble_io_req()413 …*p_auth_req = bte_appl_cfg.ble_auth_req | (bte_appl_cfg.ble_auth_req & 0x04) | ((*p_auth_req) & 0x… in bta_dm_co_ble_io_req()423 if (bte_appl_cfg.ble_io_cap <=4) in bta_dm_co_ble_io_req()424 *p_io_cap = bte_appl_cfg.ble_io_cap; in bta_dm_co_ble_io_req()426 if (bte_appl_cfg.ble_init_key <= BTM_BLE_INITIATOR_KEY_SIZE) in bta_dm_co_ble_io_req()427 *p_init_key = bte_appl_cfg.ble_init_key; in bta_dm_co_ble_io_req()429 if (bte_appl_cfg.ble_resp_key <= BTM_BLE_RESPONDER_KEY_SIZE) in bta_dm_co_ble_io_req()430 *p_resp_key = bte_appl_cfg.ble_resp_key; in bta_dm_co_ble_io_req()[all …]
285 bte_appl_cfg.ble_auth_req = params->u1; in btif_gattc_test_command_impl()286 bte_appl_cfg.ble_io_cap = params->u2; in btif_gattc_test_command_impl()287 bte_appl_cfg.ble_init_key = params->u3; in btif_gattc_test_command_impl()288 bte_appl_cfg.ble_resp_key = params->u4; in btif_gattc_test_command_impl()289 bte_appl_cfg.ble_max_key_size = params->u5; in btif_gattc_test_command_impl()
37 extern tBTE_APPL_CFG bte_appl_cfg;