GAP Event Length 확장(6 -> 24) 및 RAM 주소 조정

- GAP Event Length: BLE 통신 시 Connection interval 마다 Central과 Peripheral이 데이터를 주고 받을 수 있는 시간 슬롯으로 단위는 1.25ms
- SoftDevice RAM 사용량 증가로 시작 주소 조정(0x20002AF8 → 0x20002C00)
This commit is contained in:
jhChun
2026-03-30 14:48:32 +09:00
parent 9e48c084b4
commit 856cf084b2
2 changed files with 5 additions and 5 deletions

View File

@@ -300,8 +300,8 @@
</OCR_RVCT8> </OCR_RVCT8>
<OCR_RVCT9> <OCR_RVCT9>
<Type>0</Type> <Type>0</Type>
<StartAddress>0x20002af8</StartAddress> <StartAddress>0x20002c00</StartAddress>
<Size>0x3d508</Size> <Size>0x3d400</Size>
</OCR_RVCT9> </OCR_RVCT9>
<OCR_RVCT10> <OCR_RVCT10>
<Type>0</Type> <Type>0</Type>
@@ -4503,8 +4503,8 @@
</OCR_RVCT8> </OCR_RVCT8>
<OCR_RVCT9> <OCR_RVCT9>
<Type>0</Type> <Type>0</Type>
<StartAddress>0x20002ae8</StartAddress> <StartAddress>0x20002c00</StartAddress>
<Size>0x3d518</Size> <Size>0x3d400</Size>
</OCR_RVCT9> </OCR_RVCT9>
<OCR_RVCT10> <OCR_RVCT10>
<Type>0</Type> <Type>0</Type>

View File

@@ -11555,7 +11555,7 @@
// <i> The time set aside for this connection on every connection interval in 1.25 ms units. // <i> The time set aside for this connection on every connection interval in 1.25 ms units.
#ifndef NRF_SDH_BLE_GAP_EVENT_LENGTH #ifndef NRF_SDH_BLE_GAP_EVENT_LENGTH
#define NRF_SDH_BLE_GAP_EVENT_LENGTH 6 #define NRF_SDH_BLE_GAP_EVENT_LENGTH 24
#endif #endif
// <o> NRF_SDH_BLE_GATT_MAX_MTU_SIZE - Static maximum MTU size. // <o> NRF_SDH_BLE_GATT_MAX_MTU_SIZE - Static maximum MTU size.