Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbte_appl.h31 uint8_t ble_resp_key; member
/system/bt/btif/src/
Dbtif_gatt_test.cc240 bte_appl_cfg.ble_resp_key = params->u4; in btif_gattc_test_command_impl()
Dbtif_dm.cc2555 p_cfg->ble_resp_key = (uint8_t)strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
/system/bt/bta/dm/
Dbta_dm_act.cc3402 if (bte_appl_cfg.ble_resp_key <= BTM_BLE_RESPONDER_KEY_SIZE) in ble_io_req()
3403 *p_resp_key = bte_appl_cfg.ble_resp_key; in ble_io_req()