Searched refs:p_auth_req (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/co/ |
D | bta_dm_co.cc | 79 tBTA_AUTH_REQ* p_auth_req, bool is_orig) { in bta_dm_co_io_req() argument 81 btif_dm_proc_io_req(bd_addr, p_io_cap, p_oob_data, p_auth_req, is_orig); in bta_dm_co_io_req() 84 BTIF_TRACE_DEBUG("bta_dm_co_io_req *p_auth_req = %d", *p_auth_req); in bta_dm_co_io_req() 246 tBTA_LE_AUTH_REQ* p_auth_req, uint8_t* p_max_key_size, in bta_dm_co_ble_io_req() argument 259 *p_auth_req = bte_appl_cfg.ble_auth_req | in bta_dm_co_ble_io_req() 260 (bte_appl_cfg.ble_auth_req & 0x04) | ((*p_auth_req) & 0x04); in bta_dm_co_ble_io_req() 271 btif_dm_set_oob_for_le_io_req(bd_addr, p_oob_data, p_auth_req); in bta_dm_co_ble_io_req()
|
/system/bt/bta/include/ |
D | bta_dm_co.h | 57 tBTA_AUTH_REQ* p_auth_req, bool is_orig); 194 tBTA_LE_AUTH_REQ* p_auth_req, uint8_t* p_max_key_size,
|
/system/bt/btif/include/ |
D | btif_dm.h | 47 tBTA_OOB_DATA* p_oob_data, tBTA_AUTH_REQ* p_auth_req, 61 tBTA_LE_AUTH_REQ* p_auth_req);
|
/system/bt/btif/src/ |
D | btif_dm.cc | 2672 tBTA_AUTH_REQ* p_auth_req, bool is_orig) { in btif_dm_proc_io_req() argument 2673 uint8_t yes_no_bit = BTA_AUTH_SP_YES & *p_auth_req; in btif_dm_proc_io_req() 2683 BTIF_TRACE_DEBUG("+%s: p_auth_req=%d", __func__, *p_auth_req); in btif_dm_proc_io_req() 2686 *p_auth_req = BTA_AUTH_DD_BOND | BTA_AUTH_SP_YES; in btif_dm_proc_io_req() 2693 *p_auth_req = (pairing_cb.auth_req & BTA_AUTH_BONDS); in btif_dm_proc_io_req() 2698 *p_auth_req |= BTA_AUTH_SP_YES; in btif_dm_proc_io_req() 2701 *p_auth_req = BTA_AUTH_GEN_BOND | yes_no_bit; in btif_dm_proc_io_req() 2703 BTIF_TRACE_DEBUG("-%s: p_auth_req=%d", __func__, *p_auth_req); in btif_dm_proc_io_req() 2727 tBTA_LE_AUTH_REQ* p_auth_req) { in btif_dm_set_oob_for_le_io_req() argument 2734 *p_auth_req = ((*p_auth_req) | BTM_LE_AUTH_REQ_SC_ONLY); in btif_dm_set_oob_for_le_io_req() [all …]
|