Home
last modified time | relevance | path

Searched refs:BT_SMP_OOB_PRESENT (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp.h39 #define BT_SMP_OOB_PRESENT 0x01 macro
A Dsmp.c2908 rsp->oob_flag = oobd_present ? BT_SMP_OOB_PRESENT : in smp_pairing_req()
3081 req->oob_flag = oobd_present ? BT_SMP_OOB_PRESENT : in smp_send_pairing_req()
3500 return ((req->oob_flag & BT_SMP_OOB_DATA_MASK) == BT_SMP_OOB_PRESENT); in le_sc_oob_data_req_check()
3507 return ((rsp->oob_flag & BT_SMP_OOB_DATA_MASK) == BT_SMP_OOB_PRESENT); in le_sc_oob_data_rsp_check()

Completed in 11 milliseconds