Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_dtm.c276 uint8_t byte_pattern; in ble_ll_dtm_tx_create_ctx() local
303 byte_pattern = 0x0F; in ble_ll_dtm_tx_create_ctx()
306 byte_pattern = 0x55; in ble_ll_dtm_tx_create_ctx()
314 byte_pattern = 0xFF; in ble_ll_dtm_tx_create_ctx()
317 byte_pattern = 0x00; in ble_ll_dtm_tx_create_ctx()
320 byte_pattern = 0xF0; in ble_ll_dtm_tx_create_ctx()
323 byte_pattern = 0xAA; in ble_ll_dtm_tx_create_ctx()
330 if (os_mbuf_copyinto(m, rc, &byte_pattern, 1)) { in ble_ll_dtm_tx_create_ctx()