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.cc2597 void btif_dm_set_oob_for_io_req(tBTA_OOB_DATA* p_has_oob_data) { in btif_dm_set_oob_for_io_req() argument
2599 *p_has_oob_data = false; in btif_dm_set_oob_for_io_req()
2601 *p_has_oob_data = true; in btif_dm_set_oob_for_io_req()
2603 BTIF_TRACE_DEBUG("%s: *p_has_oob_data=%d", __func__, *p_has_oob_data); in btif_dm_set_oob_for_io_req()
2607 tBTA_OOB_DATA* p_has_oob_data, in btif_dm_set_oob_for_le_io_req() argument
2616 *p_has_oob_data = true; in btif_dm_set_oob_for_le_io_req()
2618 *p_has_oob_data = false; in btif_dm_set_oob_for_le_io_req()
2631 *p_has_oob_data = true; in btif_dm_set_oob_for_le_io_req()
2633 *p_has_oob_data = false; in btif_dm_set_oob_for_le_io_req()
2638 *p_has_oob_data = false; in btif_dm_set_oob_for_le_io_req()
[all …]