Collaboration diagram for GAP PHYs (bitmask):Macros | |
| #define | BLE_GAP_PHY_ANY 0x00 |
| No preferred PHY. More... | |
| #define | BLE_GAP_PHY_LE_1MBPS (1 << 0) |
| LE 1M PHY preferred for an active link. More... | |
| #define | BLE_GAP_PHY_LE_2MBPS (1 << 1) |
| LE 2M PHY preferred for an active link. More... | |
| #define | BLE_GAP_PHY_LE_CODED (1 << 2) |
| LE Coded PHY preferred for an active link. More... | |
| #define BLE_GAP_PHY_ANY 0x00 |
No preferred PHY.
Definition at line 136 of file ble_gapm.h.
| #define BLE_GAP_PHY_LE_1MBPS (1 << 0) |
LE 1M PHY preferred for an active link.
Definition at line 137 of file ble_gapm.h.
| #define BLE_GAP_PHY_LE_2MBPS (1 << 1) |
LE 2M PHY preferred for an active link.
Definition at line 138 of file ble_gapm.h.
| #define BLE_GAP_PHY_LE_CODED (1 << 2) |
LE Coded PHY preferred for an active link.
Definition at line 139 of file ble_gapm.h.