Searched full:pdus (Results 1 – 14 of 14) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/ |
H A D | ext_advertiser.c | 130 console_printf("instance %u started (PDUs with max events %d)\n", in start_ext_max_events() 177 /* enable advertising using legacy PDUs */ in start_legacy_duration() 222 console_printf("instance %u started (legacy PDUs with duration %d)\n", in start_legacy_duration() 241 /* enable scannable advertising using legacy PDUs */ in start_scannable_legacy_ext() 294 console_printf("instance %u started (scannable legacy PDUs)\n", instance); in start_scannable_legacy_ext()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_phy.h | 165 * channel PDUs (this does not apply to advertising channel PDUs). Note
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | net.c | 36 * payload for both CTL=1 and CTL=0 PDUs (smallest OpCode is 1 byte). CTL=1 37 * PDUs must use a 64-bit (8 byte) NetMIC, whereas CTL=0 PDUs have at least 1136 /* Locally originated PDUs with TTL=1 will only be delivered in bt_mesh_net_relay()
|
H A D | transport.c | 134 /* PDUs for a specific Friend should only go in send_unseg() 389 /* PDUs for a specific Friend should only go in send_seg() 949 /* PDUs for a specific Friend should only go in bt_mesh_ctl_send()
|
H A D | friend.c | 47 /* PDUs from Friend to the LPN should only be transmitted once with the
|
H A D | prov.c | 1081 /* Ignore any further PDUs on this link */ in prov_data()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_adv.c | 44 * 1) Need to look at advertising and scan request PDUs. Do I allocate these 504 /* We do not create scannable PDUs here - this is handled separately */ in ble_ll_adv_aux_pdu_make() 2203 /* HD directed advertising allowed only on legacy PDUs */ in ble_ll_adv_ext_set_param() 2209 /* if ext advertising PDUs are used then it shall not be both in ble_ll_adv_ext_set_param() 3227 /* Legacy PDUs need to be stop here. in ble_ll_adv_done() 3248 /* Legacy PDUs need to be stop here. in ble_ll_adv_done()
|
H A D | ble_ll_ctrl.c | 61 * 8) How to count control pdus sent. DO we count enqueued + sent, or only 1038 * different PDUs allowed for master/slave and TX/RX 1071 /* Empty PDUs are allowed */ in ble_ll_ctrl_enc_allowed_pdu()
|
H A D | ble_ll.c | 662 * Count Link Layer statistics for received PDUs
|
H A D | ble_ll_conn.c | 1153 * fragmentation of packet into PDUs. in ble_ll_conn_tx_data_pdu() 4136 /* Add to total l2cap pdus enqueue */ in ble_ll_conn_tx_pkt_in()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 248 the minimum number of maximum size Lower Transport PDUs that
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gap.c | 2387 /* not allowed for legacy PDUs */ in ble_gap_ext_adv_params_validate() 2400 /* not allowed for extended advertising PDUs */ in ble_gap_ext_adv_params_validate() 2405 /* HD directed advertising allowed only for legacy PDUs */ in ble_gap_ext_adv_params_validate()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | cmd.c | 467 {"legacy", "use legacy PDUs, usage: =[0-1], default: 0"}, 1794 /* Default to legacy PDUs size, mbuf chain will be increased if needed in cmd_set_adv_data_or_scan_rsp()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_GAP.rst | 408 … | legacy | [``0``-1] | Use legacy PDUs for advertising … 410 … [``0``-1] | Include TX power information in advertising PDUs …
|