Searched refs:sender (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | protocol.txt | 51 *sender* of the message, so for a receiver, the meanings are effectively 96 connect to the sender. If type is TOKEN(1), data is a random token that 99 signature verification succeeds, the sender replies with a CONNECT packet. 101 If the signature verification fails, the sender replies with a new AUTH 115 The OPEN message informs the recipient that the sender has a stream 139 The READY message informs the recipient that the sender's stream 177 sender's stream (local-id) and the recipient's stream (remote-id) is
|
/system/bt/gd/l2cap/ |
D | Android.bp | 26 "internal/sender.cc",
|
D | l2cap_packets.pdl | 262 local_channel : 16, // Relative to the sender of the CommandReject 568 local_channel : 16, // Relative to the sender of the CommandReject
|
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.cc | 771 MultiAdvCb done_cb, DataSender sender) { in DivideAndSendData() argument 773 std::move(done_cb), std::move(sender), 0); in DivideAndSendData() 779 DataSender sender, uint8_t status) { in DivideAndSendDataRecursively() argument 800 sender.Run( in DivideAndSendDataRecursively() 803 inst_id, std::move(data), newOffset, std::move(done_cb), sender)); in DivideAndSendDataRecursively()
|