Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.cc123 uint8_t sdp_attempts; member
265 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()
506 state, pairing_cb.state, pairing_cb.sdp_attempts); in bond_state_changed()
517 (state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts > 0)) { in bond_state_changed()
994 pairing_cb.sdp_attempts = 0; in btif_dm_ssp_cfm_req_evt()
1138 pairing_cb.sdp_attempts = 1; in btif_dm_auth_cmpl_evt()
1409 pairing_cb.sdp_attempts < BTIF_DM_MAX_SDP_ATTEMPTS_AFTER_PAIRING) { in btif_dm_search_services_evt()
1410 if (pairing_cb.sdp_attempts) { in btif_dm_search_services_evt()
1413 pairing_cb.sdp_attempts++; in btif_dm_search_services_evt()
1436 if (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts && in btif_dm_search_services_evt()
[all …]