Home
last modified time | relevance | path

Searched refs:req_oob_type (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/stack/smp/
H A Dsmp_utils.cc1524 tSMP_OOB_DATA_TYPE req_oob_type = SMP_OOB_INVALID_TYPE; in smp_request_oob_data() local
1531 req_oob_type = SMP_OOB_BOTH; in smp_request_oob_data()
1534 req_oob_type = SMP_OOB_LOCAL; in smp_request_oob_data()
1536 req_oob_type = SMP_OOB_PEER; in smp_request_oob_data()
1539 SMP_TRACE_DEBUG("req_oob_type = %d", req_oob_type); in smp_request_oob_data()
1541 if (req_oob_type == SMP_OOB_INVALID_TYPE) return false; in smp_request_oob_data()
1543 p_cb->req_oob_type = req_oob_type; in smp_request_oob_data()
1546 smp_int_data.req_oob_type = req_oob_type; in smp_request_oob_data()
H A Dsmp_api.cc517 __func__, p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply()
525 switch (p_cb->req_oob_type) { in SMP_SecureConnectionOobDataReply()
H A Dsmp_int.h198 tSMP_OOB_DATA_TYPE req_oob_type; member
257 tSMP_OOB_DATA_TYPE req_oob_type; member
H A Dsmp_act.cc119 cb_data.req_oob_type = p_data->req_oob_type; in smp_send_app_cback()
1865 ((p_cb->req_oob_type == SMP_OOB_LOCAL) || in smp_wait_for_both_public_keys()
1866 (p_cb->req_oob_type == SMP_OOB_BOTH))) { in smp_wait_for_both_public_keys()
H A Dsmp_keys.cc654 LOG_INFO("req_oob_type: %d, role: %d", p_cb->req_oob_type, p_cb->role); in smp_use_oob_private_key()
656 switch (p_cb->req_oob_type) { in smp_use_oob_private_key()
/aosp12/system/bt/btif/src/
H A Dbtif_dm.cc216 static void btif_dm_ble_oob_req_evt(tBTA_DM_SP_RMT_OOB* req_oob_type);
217 static void btif_dm_ble_sc_oob_req_evt(tBTA_DM_SP_RMT_OOB* req_oob_type);
2899 static void btif_dm_ble_oob_req_evt(tBTA_DM_SP_RMT_OOB* req_oob_type) { in btif_dm_ble_oob_req_evt() argument
2902 RawAddress bd_addr = req_oob_type->bd_addr; in btif_dm_ble_oob_req_evt()
2912 if (req_oob_type->bd_addr != oob_cb.bdaddr) { in btif_dm_ble_oob_req_evt()
2919 btif_update_remote_properties(req_oob_type->bd_addr, req_oob_type->bd_name, in btif_dm_ble_oob_req_evt()
2927 BTM_BleOobDataReply(req_oob_type->bd_addr, 0, 16, oob_cb.p192_data.sm_tk); in btif_dm_ble_oob_req_evt()
2930 static void btif_dm_ble_sc_oob_req_evt(tBTA_DM_SP_RMT_OOB* req_oob_type) { in btif_dm_ble_sc_oob_req_evt() argument
2933 RawAddress bd_addr = req_oob_type->bd_addr; in btif_dm_ble_sc_oob_req_evt()
2939 if (req_oob_type->bd_addr != oob_cb.bdaddr) { in btif_dm_ble_sc_oob_req_evt()
[all …]
/aosp12/system/bt/stack/include/
H A Dsmp_api_types.h255 tSMP_OOB_DATA_TYPE req_oob_type; member
H A Dbtm_ble_api_types.h557 tSMP_OOB_DATA_TYPE req_oob_type; member