Searched defs:pairing_cb (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c210 static btif_dm_pairing_cb_t pairing_cb; variable
476 if ( (pairing_cb.state == state) && (state == BT_BOND_STATE_BONDING) )
479 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY)
483 BTIF_TRACE_DEBUG("%s: state=%d prev_state=%d", __FUNCTION__, state, pairing_cb.state);
489 pairing_cb.state = state;
490 bdcpy(pairing_cb.bd_addr, bd_addr->address);
494 memset(&pairing_cb, 0, sizeof(pairing_cb));
603 BTIF_TRACE_DEBUG("%s: status=%d pairing_cb.state=%d", __FUNCTION__, p_remote_name->status, pairing_cb
[all...]

Completed in 67 milliseconds