Searched refs:BT_DISCONN (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/bluetooth/
H A Dbluetooth.h296 BT_DISCONN, enumerator in enum:__anon161
318 case BT_DISCONN:
319 return "BT_DISCONN";
/linux-master/net/bluetooth/rfcomm/
H A Dcore.c441 d->state = BT_DISCONN;
1228 case BT_DISCONN:
1233 s->state = BT_DISCONN;
1248 case BT_DISCONN:
1927 if ((d->state == BT_CONNECTED || d->state == BT_DISCONN) &&
2023 s->state = BT_DISCONN;
/linux-master/net/bluetooth/
H A Dsco.c446 sk->sk_state = BT_DISCONN;
458 case BT_DISCONN:
H A Dl2cap_core.c747 l2cap_state_change(chan, BT_DISCONN);
761 l2cap_state_change(chan, BT_DISCONN);
777 l2cap_state_change(chan, BT_DISCONN);
827 case BT_DISCONN:
1466 l2cap_state_change_and_error(chan, BT_DISCONN, err);
4475 if (chan->state != BT_DISCONN) {
7367 l2cap_state_change(chan, BT_DISCONN);
H A Diso.c744 sk->sk_state = BT_DISCONN;
778 case BT_DISCONN:

Completed in 158 milliseconds