Home
last modified time | relevance | path

Searched refs:LeControl (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/packets/
Dl2cap_packets.pdl509 packet LeControl {
517 packet LeCommandReject : LeControl (code = COMMAND_REJECT) {
534 packet LeDisconnectionRequest : LeControl (code = DISCONNECTION_REQUEST) {
539 packet LeDisconnectionResponse : LeControl (code = DISCONNECTION_RESPONSE) {
544 packet ConnectionParameterUpdateRequest : LeControl (code = CONNECTION_PARAMETER_UPDATE_REQUEST) {
556 packet ConnectionParameterUpdateResponse : LeControl (code = CONNECTION_PARAMETER_UPDATE_RESPONSE) {
560 packet LeCreditBasedConnectionRequest : LeControl (code = LE_CREDIT_BASED_CONNECTION_REQUEST) {
581 packet LeCreditBasedConnectionResponse : LeControl (code = LE_CREDIT_BASED_CONNECTION_RESPONSE) {
589 packet LeFlowControlCredit : LeControl (code = LE_FLOW_CONTROL_CREDIT) {
594 packet LeEnhancedCreditBasedConnectionRequest : LeControl (code = CREDIT_BASED_CONNECTION_REQUEST) {
[all …]
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl612 packet LeControl {
620 packet LeCommandReject : LeControl (code = COMMAND_REJECT) {
637 packet LeDisconnectionRequest : LeControl (code = DISCONNECTION_REQUEST) {
642 packet LeDisconnectionResponse : LeControl (code = DISCONNECTION_RESPONSE) {
647 packet ConnectionParameterUpdateRequest : LeControl (code = CONNECTION_PARAMETER_UPDATE_REQUEST) {
659 packet ConnectionParameterUpdateResponse : LeControl (code = CONNECTION_PARAMETER_UPDATE_RESPONSE) {
663 packet LeCreditBasedConnectionRequest : LeControl (code = LE_CREDIT_BASED_CONNECTION_REQUEST) {
684 packet LeCreditBasedConnectionResponse : LeControl (code = LE_CREDIT_BASED_CONNECTION_RESPONSE) {
692 packet LeFlowControlCredit : LeControl (code = LE_FLOW_CONTROL_CREDIT) {
697 packet LeEnhancedCreditBasedConnectionRequest : LeControl (code = CREDIT_BASED_CONNECTION_REQUEST) {
[all …]
/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs11 BasicFrame, BasicFrameChild, Control, ControlFrameChild, GroupFrameChild, LeControl,
377 LeControl(LeControl), enumerator
395 LeControlFrameChild::Payload(p) => match LeControl::parse(p.as_ref()) { in get_acl_content()
396 Ok(le_control) => AclContent::LeControl(le_control), in get_acl_content()