Link layer scheduler interface file. More...
Go to the source code of this file.
Macros | |
#define | SCH_RM_PREF_PER_USEC 10000 |
Preferred periodicity. More... | |
#define | SCH_RM_PREF_PER_USEC_LOWEST 5000 |
Lowest perferred periodicity (for cases where intervalMax < SCH_RM_PREF_PER_USEC). More... | |
#define | SCH_RM_PREF_PER_CONN_USEC (SCH_RM_PREF_PER_USEC) |
Preferred periodicity for connections. More... | |
#define | SCH_RM_PREF_PER_SYNC_USEC (SCH_RM_PREF_PER_USEC * 4) |
Preferred periodicity for periodic sync. More... | |
Typedefs | |
typedef uint32_t(* | GetRefTimeCb_t) (uint8_t handle, uint32_t *pDurUsec) |
Get reference time callback signature. More... | |
typedef uint32_t(* | GetTopRefTimeCb_t) (uint8_t handle) |
Get topology reference time callback signature. More... | |
Enumerations |
Link layer scheduler interface file.
Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved.
Copyright (c) 2019 Packetcraft, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file sch_api_ble.h.
#define SCH_RM_PREF_PER_CONN_USEC (SCH_RM_PREF_PER_USEC) |
Preferred periodicity for connections.
Definition at line 46 of file sch_api_ble.h.
#define SCH_RM_PREF_PER_SYNC_USEC (SCH_RM_PREF_PER_USEC * 4) |
Preferred periodicity for periodic sync.
Definition at line 49 of file sch_api_ble.h.
#define SCH_RM_PREF_PER_USEC 10000 |
Preferred periodicity.
Definition at line 40 of file sch_api_ble.h.
#define SCH_RM_PREF_PER_USEC_LOWEST 5000 |
Lowest perferred periodicity (for cases where intervalMax < SCH_RM_PREF_PER_USEC).
Definition at line 43 of file sch_api_ble.h.
typedef uint32_t(* GetRefTimeCb_t) (uint8_t handle, uint32_t *pDurUsec) |
Get reference time callback signature.
Definition at line 67 of file sch_api_ble.h.
typedef uint32_t(* GetTopRefTimeCb_t) (uint8_t handle) |
Get topology reference time callback signature.
Definition at line 70 of file sch_api_ble.h.
anonymous enum |
Resource manager preference for setting interval.
Enumerator | |
---|---|
SCH_RM_PREF_PERFORMANCE |
Performance is preferred, search from minimum interval. |
SCH_RM_PREF_CAPACITY |
Capacity is preferred, search from maximum interval. |
Definition at line 56 of file sch_api_ble.h.