Searched refs:pairing_cb (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_dm.c | 93 static btif_dm_pairing_cb_t pairing_cb; variable 244 if ( (pairing_cb.state == state) && (state == BT_BOND_STATE_BONDING) ) in bond_state_changed() 247 if (pairing_cb.is_temp) in bond_state_changed() 251 BTIF_TRACE_DEBUG3("%s: state=%d prev_state=%d", __FUNCTION__, state, pairing_cb.state); in bond_state_changed() 257 pairing_cb.state = state; in bond_state_changed() 258 bdcpy(pairing_cb.bd_addr, bd_addr->address); in bond_state_changed() 262 memset(&pairing_cb, 0, sizeof(pairing_cb)); in bond_state_changed() 345 …DEBUG3("%s: status=%d pairing_cb.state=%d", __FUNCTION__, p_remote_name->status, pairing_cb.state); in btif_dm_cb_hid_remote_name() 346 if (pairing_cb.state == BT_BOND_STATE_BONDING) in btif_dm_cb_hid_remote_name() 350 bdcpy(remote_bd.address, pairing_cb.bd_addr); in btif_dm_cb_hid_remote_name() [all …]
|