Home | History | Annotate | Download | only in src

Lines Matching full:bond_state

3542         char* bond_state;
3545 bond_state = "BOND_STATE_NONE";
3548 bond_state = "BOND_STATE_BONDING";
3551 bond_state = "BOND_STATE_BONDED";
3554 bond_state = "Invalid bond state";
3557 dprintf(fd, " %s %s %s %s\n", eventtime, bdaddr, func_name, bond_state);