Searched refs:DisconnectionComplete (Results 1 – 17 of 17) sorted by relevance
/packages/modules/Bluetooth/offload/hci/ |
D | event.rs | 22 DisconnectionComplete(DisconnectionComplete), enumerator 66 DisconnectionComplete::CODE => Self::DisconnectionComplete(r.read()?), in dispatch_read() 126 impl EventCode for DisconnectionComplete { implementation 131 pub struct DisconnectionComplete { struct 140 let Ok(Event::DisconnectionComplete(e)) = Event::from_bytes(&dump) else { panic!() }; in test_disconnection_complete()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_09_C.py | 326 hci.DisconnectionComplete(status=ErrorCode.SUCCESS, 394 hci.DisconnectionComplete(status=ErrorCode.SUCCESS,
|
D | BV_19_C.py | 128 hci.DisconnectionComplete(status=ErrorCode.SUCCESS,
|
D | BV_11_C.py | 150 hci.DisconnectionComplete(status=ErrorCode.SUCCESS,
|
D | BV_06_C.py | 119 hci.DisconnectionComplete(status=ErrorCode.SUCCESS,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/INI/ |
D | BV_08_C.py | 142 hci.DisconnectionComplete(status=hci.ErrorCode.SUCCESS,
|
D | BV_09_C.py | 177 hci.DisconnectionComplete(status=hci.ErrorCode.SUCCESS,
|
D | BV_10_C.py | 176 hci.DisconnectionComplete(status=hci.ErrorCode.SUCCESS,
|
D | BV_11_C.py | 190 hci.DisconnectionComplete(status=hci.ErrorCode.SUCCESS,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/SEC/ADV/ |
D | BV_11_C.py | 174 hci.DisconnectionComplete(status=ErrorCode.SUCCESS,
|
/packages/modules/Bluetooth/offload/leaudio/hci/ |
D | tests.rs | 254 &hci::DisconnectionComplete { in cig() 715 &hci::DisconnectionComplete { in merge()
|
D | proxy.rs | 331 Ok(Event::DisconnectionComplete(ref e)) if e.status == Status::Success => { in in_evt()
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 718 EventChild::DisconnectionComplete(dsc) => { in process() 955 EventChild::DisconnectionComplete(ev) => { in process()
|
D | informational.rs | 867 EventChild::DisconnectionComplete(ev) => { in process()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/CEN/ |
D | BV_26_C.py | 222 hci.DisconnectionComplete(status=ErrorCode.SUCCESS,
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 5418 packet DisconnectionComplete : Event (event_code = DISCONNECTION_COMPLETE) {
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 5936 packet DisconnectionComplete : Event (event_code = DISCONNECTION_COMPLETE) {
|