Searched refs:p_auth_req (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/co/ |
D | bta_dm_co.c | 81 tBTA_AUTH_REQ *p_auth_req, BOOLEAN is_orig) in bta_dm_co_io_req() argument 85 btif_dm_proc_io_req(bd_addr, p_io_cap, p_oob_data, p_auth_req, is_orig); in bta_dm_co_io_req() 88 BTIF_TRACE_DEBUG("bta_dm_co_io_req *p_auth_req = %d", *p_auth_req); in bta_dm_co_io_req() 399 tBTA_LE_AUTH_REQ *p_auth_req, in bta_dm_co_ble_io_req() argument 413 …*p_auth_req = bte_appl_cfg.ble_auth_req | (bte_appl_cfg.ble_auth_req & 0x04) | ((*p_auth_req) & 0x… in bta_dm_co_ble_io_req() 421 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 | 73 tBTA_OOB_DATA *p_oob_data, tBTA_AUTH_REQ *p_auth_req, 226 tBTA_LE_AUTH_REQ *p_auth_req, 267 tBTA_LE_AUTH_REQ *p_auth_req,
|
/system/bt/btif/include/ |
D | btif_dm.h | 48 tBTA_AUTH_REQ *p_auth_req, BOOLEAN is_orig); 60 tBTA_LE_AUTH_REQ *p_auth_req);
|
/system/bt/btif/src/ |
D | btif_dm.c | 2741 tBTA_AUTH_REQ *p_auth_req, BOOLEAN is_orig) in btif_dm_proc_io_req() argument 2743 UINT8 yes_no_bit = BTA_AUTH_SP_YES & *p_auth_req; in btif_dm_proc_io_req() 2755 BTIF_TRACE_DEBUG("+%s: p_auth_req=%d", __FUNCTION__, *p_auth_req); in btif_dm_proc_io_req() 2759 *p_auth_req = BTA_AUTH_DD_BOND | BTA_AUTH_SP_YES; in btif_dm_proc_io_req() 2768 *p_auth_req = (pairing_cb.auth_req & BTA_AUTH_BONDS); in btif_dm_proc_io_req() 2772 *p_auth_req |= BTA_AUTH_SP_YES; in btif_dm_proc_io_req() 2777 *p_auth_req = BTA_AUTH_GEN_BOND | yes_no_bit; in btif_dm_proc_io_req() 2779 BTIF_TRACE_DEBUG("-%s: p_auth_req=%d", __FUNCTION__, *p_auth_req); in btif_dm_proc_io_req() 2810 tBTA_LE_AUTH_REQ *p_auth_req) in btif_dm_set_oob_for_le_io_req() argument 2822 *p_auth_req = ((*p_auth_req) & mask); in btif_dm_set_oob_for_le_io_req()
|