Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.cc2716 void btif_dm_set_oob_for_io_req(tBTA_OOB_DATA* p_has_oob_data) { in btif_dm_set_oob_for_io_req() argument
2718 *p_has_oob_data = false; in btif_dm_set_oob_for_io_req()
2720 *p_has_oob_data = true; in btif_dm_set_oob_for_io_req()
2722 BTIF_TRACE_DEBUG("%s: *p_has_oob_data=%d", __func__, *p_has_oob_data); in btif_dm_set_oob_for_io_req()
2726 tBTA_OOB_DATA* p_has_oob_data, in btif_dm_set_oob_for_le_io_req() argument
2735 *p_has_oob_data = true; in btif_dm_set_oob_for_le_io_req()
2737 *p_has_oob_data = false; in btif_dm_set_oob_for_le_io_req()
2750 *p_has_oob_data = true; in btif_dm_set_oob_for_le_io_req()
2752 *p_has_oob_data = false; in btif_dm_set_oob_for_le_io_req()
2757 *p_has_oob_data = false; in btif_dm_set_oob_for_le_io_req()
[all …]