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 | 5887 uint8_t pb_flag; local 5911 pb_flag = bt_iso_flags_pb(flags); 5942 if ((pb_flag & 0x01) == 0) { 5959 sdu_frag_tx.sdu_state = pb_flag; 6025 if (!(pb_flag & 0x01) && 6037 if (pb_flag & 0x10) { 6163 if (!(pb_flag & 0x01) && 6175 if (pb_flag & 0x10) {
|