Searched refs:kNoDelayMs (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 62 constexpr milliseconds kNoDelayMs(0); variable 2131 ScheduleTask(kNoDelayMs, [this, shared_packet, tx_power]() { in SendLeLinkLayerPacket() 2141 ScheduleTask(kNoDelayMs, [this, shared_packet, tx_power]() { in SendLinkLayerPacket() 2248 ScheduleTask(kNoDelayMs, [this, handle]() { in SendAclToRemote() 5305 ScheduleTask(kNoDelayMs, [this, bd_addr, try_role_switch]() { in AcceptConnectionRequest() 5343 ScheduleTask(kNoDelayMs, [this, status, sco_handle, bd_addr]() { in AcceptConnectionRequest() 5419 ScheduleTask(kNoDelayMs, [this, addr, reason]() { in RejectConnectionRequest() 5486 ScheduleTask(kNoDelayMs, [this, bd_addr]() { in CreateConnectionCancel() 5500 ScheduleTask(kNoDelayMs, [this, handle, reason]() { in SendDisconnectionCompleteEvent() 5573 ScheduleTask(kNoDelayMs, [this, handle, types]() { in ChangeConnectionPacketType() [all …]
|