Searched refs:unref (Results 1 – 3 of 3) sorted by relevance
746 static void ble_adv_tx_reset(struct ble_adv_tx *tx, bool unref) in ble_adv_tx_reset() argument758 if (unref) { in ble_adv_tx_reset()931 bool unref = true; in bt_mesh_stop_ble_advertising() local951 unref = false; in bt_mesh_stop_ble_advertising()953 ble_adv_tx_reset(tx, unref); in bt_mesh_stop_ble_advertising()
804 void (*unref)(struct net_buf *buf, uint8_t *data); member
526 .unref = fixed_data_unref,