Home
last modified time | relevance | path

Searched refs:source_cid (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/packets/
Dl2cap_packets.pdl237 source_cid : 16,
259 source_cid : 16,
309 source_cid : 16,
314 source_cid : 16,
372 source_cid : 16,
395 source_cid : 16,
447 source_cid : 16[],
536 source_cid : 16,
541 source_cid : 16,
562 source_cid : 16,
[all …]
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl273 source_cid : 16,
294 source_cid : 16,
403 source_cid : 16,
412 source_cid : 16,
417 source_cid : 16,
475 source_cid : 16,
498 source_cid : 16,
550 source_cid : 16[],
639 source_cid : 16,
644 source_cid : 16,
[all …]
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py145 source_cid = set() variable
708 global source_cid
721 source_cid.add(cid)
737 if channel_id in source_cid or channel_id in destinate_cid:
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc955 auto source_cid = command_just_sent_.source_cid_; in handle_send_next_command() local
961 auto builder = ConnectionRequestBuilder::Create(signal_id.Value(), psm, source_cid); in handle_send_next_command()
976 …auto builder = DisconnectionRequestBuilder::Create(signal_id.Value(), destination_cid, source_cid); in handle_send_next_command()