Home
last modified time | relevance | path

Searched refs:smp_request_oob_data (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/smp/
Dsmp_int.h436 extern bool smp_request_oob_data(tSMP_CB* p_cb);
Dsmp_act.cc587 if (smp_request_oob_data(p_cb)) return; in smp_proc_pair_cmd()
609 if (smp_request_oob_data(p_cb)) return; in smp_proc_pair_cmd()
1450 if (smp_request_oob_data(p_cb)) return; in smp_process_io_response()
Dsmp_utils.cc1523 bool smp_request_oob_data(tSMP_CB* p_cb) { in smp_request_oob_data() function