Searched refs:pairing_cb (Results 1 – 1 of 1) sorted by relevance
215 static btif_dm_pairing_cb_t pairing_cb; variable496 if ((pairing_cb.state == state) && (state == BT_BOND_STATE_BONDING)) { in bond_state_changed()498 if (!bdaddr_is_empty(&pairing_cb.static_bdaddr)) { in bond_state_changed()504 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) state = BT_BOND_STATE_NONE; in bond_state_changed()507 state, pairing_cb.state, pairing_cb.sdp_attempts); in bond_state_changed()512 pairing_cb.state = state; in bond_state_changed()513 bdcpy(pairing_cb.bd_addr, bd_addr->address); in bond_state_changed()515 if (!pairing_cb.sdp_attempts) in bond_state_changed()516 memset(&pairing_cb, 0, sizeof(pairing_cb)); in bond_state_changed()640 p_remote_name->status, pairing_cb.state); in btif_dm_cb_hid_remote_name()[all …]