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.c5253 uint32_t file_name_len = 0U, pos = 0U; local
5258 while (file_path[file_name_len] != '\0') {
5259 if (file_path[file_name_len] == '/') {
5260 pos = file_name_len + 1;
5262 file_name_len++;
5265 file_name_len -= pos;
5270 if (file_name_len) {
5284 if (data_len + file_name_len > BT_BUF_EVT_RX_SIZE) {
5286 file_name_len + data_len - BT_BUF_EVT_RX_SIZE;
5289 file_name_len -= overflow_len;
[all …]