Searched refs:pb_flag (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
| D | broadcaster.c | 254 uint8_t pb_flag = bt_iso_flags_pb(flags); in validate_no_iso_frag() local 256 TEST_ASSERT(pb_flag == BT_ISO_SINGLE, "Packet was fragmented"); in validate_no_iso_frag() 268 uint8_t pb_flag = bt_iso_flags_pb(flags); in __wrap_bt_send() local 270 if (pb_flag == BT_ISO_START) { in __wrap_bt_send()
|
| /Zephyr-latest/drivers/bluetooth/hci/ |
| D | hci_stm32wb0.c | 383 uint8_t pb_flag; in bt_hci_stm32wb0_send() local 389 pb_flag = (hci_buffer[1] >> 4) & 0x3; in bt_hci_stm32wb0_send() 391 hci_tx_acl_data(connection_handle, pb_flag, bc_flag, data_len, pdu); in bt_hci_stm32wb0_send() 399 uint8_t pb_flag; in bt_hci_stm32wb0_send() local 404 pb_flag = (hci_buffer[1] >> 4) & 0x3; in bt_hci_stm32wb0_send() 407 hci_tx_iso_data(connection_handle, pb_flag, ts_flag, iso_data_load_len, in bt_hci_stm32wb0_send()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
| D | broadcaster.c | 230 uint8_t pb_flag = bt_iso_flags_pb(flags); in validate_no_iso_frag() local 232 TEST_ASSERT(pb_flag == BT_ISO_SINGLE, "Packet was fragmented"); in validate_no_iso_frag()
|
| /Zephyr-latest/subsys/bluetooth/controller/hci/ |
| D | hci.c | 5922 uint8_t pb_flag; local 5946 pb_flag = bt_iso_flags_pb(flags); 5977 if ((pb_flag & 0x01) == 0) { 5994 sdu_frag_tx.sdu_state = pb_flag; 6060 if (!(pb_flag & 0x01) && 6072 if (pb_flag & 0x10) { 6198 if (!(pb_flag & 0x01) && 6210 if (pb_flag & 0x10) {
|