Searched refs:keep_rfu (Results 1 – 2 of 2) sorted by relevance
145 extern void btm_ble_set_keep_rfu_in_auth_req(bool keep_rfu);
2197 void btm_ble_set_keep_rfu_in_auth_req(bool keep_rfu) { in btm_ble_set_keep_rfu_in_auth_req() argument2198 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()2199 btm_cb.devcb.keep_rfu_in_auth_req = keep_rfu; in btm_ble_set_keep_rfu_in_auth_req()