Searched refs:keep_rfu (Results 1 – 2 of 2) sorted by relevance
181 extern void btm_ble_set_keep_rfu_in_auth_req(bool keep_rfu);
2318 void btm_ble_set_keep_rfu_in_auth_req(bool keep_rfu) { in btm_ble_set_keep_rfu_in_auth_req() argument2319 BTM_TRACE_DEBUG("btm_ble_set_keep_rfu_in_auth_req keep_rfus=%d", keep_rfu); in btm_ble_set_keep_rfu_in_auth_req()2320 btm_cb.devcb.keep_rfu_in_auth_req = keep_rfu; in btm_ble_set_keep_rfu_in_auth_req()