Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5288 uint32_t file_name_len = 0U, pos = 0U; local
5293 while (file_path[file_name_len] != '\0') {
5294 if (file_path[file_name_len] == '/') {
5295 pos = file_name_len + 1;
5297 file_name_len++;
5300 file_name_len -= pos;
5305 if (file_name_len) {
5319 if (data_len + file_name_len > BT_BUF_EVT_RX_SIZE) {
5321 file_name_len + data_len - BT_BUF_EVT_RX_SIZE;
5324 file_name_len -= overflow_len;
[all …]