Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_sm_sc.c100 if (pair_req->oob_data_flag == BLE_SM_PAIR_OOB_YES || in ble_sm_sc_io_action()
101 pair_rsp->oob_data_flag == BLE_SM_PAIR_OOB_YES) { in ble_sm_sc_io_action()
703 if (pair_rsp->oob_data_flag) { in ble_sm_dhkey_check_process()
715 if (pair_req->oob_data_flag) { in ble_sm_dhkey_check_process()
802 req_oob_present = pair_req->oob_data_flag == BLE_SM_PAIR_OOB_YES; in ble_sm_sc_oob_data_check()
803 rsp_oob_present = pair_rsp->oob_data_flag == BLE_SM_PAIR_OOB_YES; in ble_sm_sc_oob_data_check()
Dble_sm_lgcy.c65 if (pair_req->oob_data_flag == BLE_SM_PAIR_OOB_YES && in ble_sm_lgcy_io_action()
66 pair_rsp->oob_data_flag == BLE_SM_PAIR_OOB_YES) { in ble_sm_lgcy_io_action()
Dble_sm_priv.h72 uint8_t oob_data_flag; member
Dble_sm.c1476 cmd->oob_data_flag = ble_hs_cfg.sm_oob_data_flag; in ble_sm_pair_base_fill()