1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #include "sdk_common.h"
- #if NRF_MODULE_ENABLED(NFC_CH_COMMON)
- #include "nfc_ble_pair_common.h"
- #include <stdint.h>
- const uint8_t le_oob_rec_type_field[] =
- {
- 'a', 'p', 'p', 'l', 'i', 'c', 'a', 't', 'i', 'o', 'n', '/', 'v', 'n', 'd', '.',
- 'b', 'l', 'u', 'e', 't', 'o', 'o', 't', 'h', '.', 'l', 'e', '.', 'o', 'o', 'b'
- };
- #endif
|